org-capture: fix void-function doom/project-root reference
This commit is contained in:
parent
81c54684de
commit
735fcd099c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
;; TODO: New vocabulary word
|
||||
|
||||
("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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue