Skip to content

Commit

Permalink
Change: (org-ql-find-goto-hook) Add org-reveal
Browse files Browse the repository at this point in the history
Showing the context is much better for the user.
  • Loading branch information
alphapapa committed Aug 25, 2022
1 parent d7ada53 commit e41cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-ql-find.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"Options for `org-ql-find'."
:group 'org-ql)

(defcustom org-ql-find-goto-hook '(org-show-entry)
(defcustom org-ql-find-goto-hook '(org-show-entry org-reveal)
"Functions called when selecting an entry."
:type 'hook)

Expand Down

0 comments on commit e41cdb4

Please sign in to comment.