refactor(default,lib): doom--org-headings
This commit is contained in:
parent
39886536c3
commit
009613a470
2 changed files with 30 additions and 17 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue