mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix typo in +default/org-notes-headlines
This commit is contained in:
@ -294,4 +294,4 @@ ARG is set, prompt for a known project to search from."
|
|||||||
(interactive)
|
(interactive)
|
||||||
(completing-read
|
(completing-read
|
||||||
"Jump to org headline: "
|
"Jump to org headline: "
|
||||||
(doom-completing-read-org-headlings org-agenda-files 3 t)))
|
(doom-completing-read-org-headings org-agenda-files 3 t)))
|
||||||
|
Reference in New Issue
Block a user