org-capture: fix void-function doom/project-root reference

This commit is contained in:
Henrik Lissner
2017-09-05 16:38:06 +02:00
parent 81c54684de
commit 735fcd099c

View File

@ -21,7 +21,7 @@
;; TODO: New vocabulary word ;; TODO: New vocabulary word
("c" "Changelog" entry ("c" "Changelog" entry
(file+headline (expand-file-name "CHANGELOG.org" (doom/project-root)) "Unreleased") (file+headline (expand-file-name "CHANGELOG.org" (doom-project-root)) "Unreleased")
"* %?") "* %?")
;; ("p" "Project Notes" entry ;; ("p" "Project Notes" entry