Fix +default/org-notes-headlines
This commit is contained in:
parent
b141b4bbd8
commit
f90cf1f974
1 changed files with 2 additions and 3 deletions
|
@ -305,6 +305,5 @@ ARG is set, prompt for a known project to search from."
|
||||||
(defun +default/org-notes-headlines ()
|
(defun +default/org-notes-headlines ()
|
||||||
"Jump to an Org headline in `org-agenda-files'."
|
"Jump to an Org headline in `org-agenda-files'."
|
||||||
(interactive)
|
(interactive)
|
||||||
(completing-read
|
(doom-completing-read-org-headings
|
||||||
"Jump to org headline: "
|
"Jump to org headline: " org-agenda-files 3 t))
|
||||||
(doom-completing-read-org-headings org-agenda-files 3 t)))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue