mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: fix todo(t) capture target (incorrect path)
This commit is contained in:
@ -29,7 +29,8 @@
|
|||||||
(after! org
|
(after! org
|
||||||
(defvaralias 'org-default-notes-file '+org-default-notes-file)
|
(defvaralias 'org-default-notes-file '+org-default-notes-file)
|
||||||
|
|
||||||
(setq org-default-notes-file (expand-file-name +org-default-notes-file +org-dir))
|
(setq org-default-notes-file (expand-file-name +org-default-notes-file +org-dir)
|
||||||
|
+org-default-todo-file (expand-file-name +org-default-todo-file +org-dir))
|
||||||
|
|
||||||
(add-hook 'org-capture-after-finalize-hook #'+org-capture|cleanup-frame)
|
(add-hook 'org-capture-after-finalize-hook #'+org-capture|cleanup-frame)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user