Add: (org-ql-search-buffer-major-modes) to extend mode list
This commit is contained in:
parent
4b8330a683
commit
0777057286
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue