diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-30 20:28:25 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-30 20:28:25 +0000 |
commit | c912e42db559543a7ae96ced458b79f3687f60fe (patch) | |
tree | a7b323d8c6b625894391d873553076404128dd8d | |
parent | ce5e3429b2d2b6b669bcad59c5e45880b3cd4427 (diff) |
Removed unnecessary require line and capture fixes
According to pop_os fix.
Diffstat (limited to '')
-rw-r--r-- | doom.d/config.el | 4 |
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") |