summaryrefslogtreecommitdiff
path: root/doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config.el')
-rw-r--r--doom.d/config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.el b/doom.d/config.el
index 6bedc3d..a212db6 100644
--- a/doom.d/config.el
+++ b/doom.d/config.el
@@ -53,7 +53,7 @@
)))
(setq org-capture-templates
`(
- ("t" "Todo" entry (file+headline "~/org/todo.org" "Inbox")
+ ("t" "Todo" entry (file+headline "~/org/roam/todo.org" "Inbox")
"* TODO %?\n %i\n %a")
("d" "Daily review" entry (file+olp+datetree "~/org/review.org" "Daily")
(file "~/org/templates/daily-review.org") :tree-type week :jump-to-captured t)