mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
org-capture: fix void-function doom/project-root reference
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user