From c912e42db559543a7ae96ced458b79f3687f60fe Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 30 Oct 2022 20:28:25 +0000 Subject: Removed unnecessary require line and capture fixes According to pop_os fix. --- doom.d/config.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doom.d') 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") -- cgit v1.2.3