lang/org: fix todo(t) capture target (incorrect path)
This commit is contained in:
parent
bf7055a7db
commit
35594f0729
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
(after! org
|
||||
(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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue