Fix typo in +default/org-notes-headlines

This commit is contained in:
Henrik Lissner 2019-05-19 13:29:29 -04:00
parent d6aea001c5
commit 57bd7a385e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)))