summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-05-21 19:30:42 +0000
committerKjetil Orbekk <kj@orbekk.com>2020-05-21 19:30:42 +0000
commit4d554a60db49ffb892238169ce0c0e36c6e3a22a (patch)
tree82cc0e1d2147d071607ac5755ace861ca34587b0
parent0009b04394969cc305471ed72bacd8a9a5f3159c (diff)
Update doom config
-rw-r--r--doom.d/config.el2
-rw-r--r--doom.d/init.el2
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