diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-14 14:22:28 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-14 14:22:28 +0000 |
commit | 1d665706f76a1c14d8841724f034f34847c9571e (patch) | |
tree | f58c228bbb52e93fb1dfcae1ff444f06b4c9b29a | |
parent | ffca5531e7f2994a4ac9e69b22b2cd965b124f20 (diff) |
commented out redundant capture templates for now
-rw-r--r-- | doom.d/config.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doom.d/config.el b/doom.d/config.el index 932aade..6b380f2 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -209,10 +209,10 @@ matt@matthewlemon.com") :prepend t) ("hS" "Home Someday" entry (file+headline "~/org/home.org" "Someday") "** SOMEDAY %?\nEntered on %U\n") - ("hN" "Home Note" entry (file+headline "~/org/home.org" "Notes") - "** %?\nEntered on %U\n") - ("hj" "Journal" entry (file+olp+datetree "~/org/home.org" "Journal") - "* %?\nEntered on %U\n") + ;; ("hN" "Home Note" entry (file+headline "~/org/home.org" "Notes") + ;; "** %?\nEntered on %U\n") + ;; ("hj" "Journal" entry (file+olp+datetree "~/org/home.org" "Journal") + ;; "* %?\nEntered on %U\n") ("hi" "Home Idea" entry (file+headline "~/org/home.org" "Notes") "** %? :idea:\nEntered on %U\n") ("hc" "Home Calendar - Single" entry (file+headline "~/org/home.org" "Calendar") |