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