Browse Source

added keys for org-ql-view

master
Marc 1 month ago
parent
commit
c63f1ed164
1 changed files with 3 additions and 0 deletions
  1. 3
      config.org

3
config.org

@ -1568,6 +1568,9 @@ Run queries on org files
#+begin_src emacs-lisp
(use-package org-ql
:ensure t
:bind (:map org-ql-view-map
("<tab>" . org-agenda-show-and-scroll-up)
("TAB" . org-agenda-show-and-scroll-up)))
:custom
(org-directory MY--PATH_ORG_FILES)
(org-ql-search-directories-files-recursive t) ;;might hit performance but will search recursively in org-directory

Loading…
Cancel
Save