From 4d554a60db49ffb892238169ce0c0e36c6e3a22a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 21 May 2020 19:30:42 +0000 Subject: Update doom config --- doom.d/config.el | 2 +- 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 -- cgit v1.2.3