diff options
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.el | 2 | ||||
-rw-r--r-- | doom.d/init.el | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/doom.d/init.el b/doom.d/init.el index 5c5b53b..f9b8d7c 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -73,7 +73,7 @@ :term ;;eshell ; the elisp shell that works everywhere - ;;shell ; simple shell REPL for Emacs + shell ; simple shell REPL for Emacs ;;term ; basic terminal emulator for Emacs ;;vterm ; the best terminal emulation in Emacs |