refactor(default,lib): doom--org-headings

This commit is contained in:
Henrik Lissner 2022-02-09 22:26:08 +01:00
parent 39886536c3
commit 009613a470
2 changed files with 30 additions and 17 deletions

View file

@ -141,4 +141,6 @@ ARG is set, prompt for a known project to search from."
"Jump to an Org headline in `org-agenda-files'."
(interactive)
(doom-completing-read-org-headings
"Jump to org headline: " org-agenda-files 3 t))
"Jump to org headline: " org-agenda-files
:depth 3
:include-files t))