mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix for issue 2343
This commit is contained in:
@ -263,6 +263,8 @@ I like:
|
||||
vimperator, dmenu or a global keybinding."
|
||||
(setq org-default-notes-file
|
||||
(expand-file-name +org-capture-notes-file org-directory)
|
||||
+org-capture-journal-file
|
||||
(expand-file-name +org-capture-journal-file org-directory)
|
||||
org-capture-templates
|
||||
'(("t" "Personal todo" entry
|
||||
(file+headline +org-capture-todo-file "Inbox")
|
||||
|
Reference in New Issue
Block a user