Add: (org-ql-search-buffer-major-modes) to extend mode list

This commit is contained in:
Slava Barinov 2025-07-03 14:12:43 +09:00
parent 4b8330a683
commit 0777057286
2 changed files with 7 additions and 1 deletions

View file

@ -99,6 +99,11 @@ directories, etc, which would make it slow to list the
`org-directory' files recursively."
:type 'boolean)
(defcustom org-ql-search-buffer-major-modes '(org-mode)
"Search not only in buffers with `org-mode' set as major mode.
E.g. `org-journal-mode' can be enabled as well."
:type '(repeat symbol))
;;;; Commands
;;;###autoload