aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doom.d/config.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/doom.d/config.el b/doom.d/config.el
index 6c1796e..e9f4457 100644
--- a/doom.d/config.el
+++ b/doom.d/config.el
@@ -44,8 +44,6 @@
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
;;
-;;
-(require 'org-protocol)
;; Basic agenda stuff
@@ -164,7 +162,7 @@
:prepend t)
("hN" "Home Note" entry (file+headline "~/org/home.org" "Notes")
"** %?\nEntered on %U\n")
- ("hj" "Journal" entry (file+datetree "~/org/journal.org")
+ ("hj" "Journal" entry (file+olp+datetree "~/org/journal.org" "Journal")
"* %?\nEntered on %U\n")
("hi" "Home Idea" entry (file+headline "~/org/notes.org" "Notes")
"** %? :idea:\nEntered on %U\n")