From 9b02482290ca12aa55df7366effdf5e3ce0ebd9b Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 13 Sep 2025 10:16:00 +0300 Subject: [PATCH] feat: Comment out/remove unused cap templates --- private_dot_config/doom/config.el | 40 ++++++++++--------------------- 1 file changed, 12 insertions(+), 28 deletions(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 78eb778..be3bf63 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -263,18 +263,18 @@ ("on" "Project notes" entry #'+org-capture-central-project-notes-file "* %U %?\n %i\n %a" :heading "Notes" :prepend t) ("oc" "Project changelog" entry #'+org-capture-central-project-changelog-file "* %U %?\n %i\n %a" :heading "Changelog" :prepend t)) ) - (add-to-list 'org-capture-templates - '("c" "Contact" entry - (file+headline "~/org/contacts.org" "Contacts") - "* %^{Name|John Doe} -:PROPERTIES: -:PHONE: %^{Phone Number} -:ADDRESS: %^{Address} -:BIRTHDAY: %^{yyyy-mm-dd} -:EMAIL: %^{Email} -:NOTE: %^{NOTE} -:END:" - :empty-lines 1) t) +;; (add-to-list 'org-capture-templates +;; '("c" "Contact" entry +;; (file+headline "~/org/contacts.org" "Contacts") +;; "* %^{Name|John Doe} +;; :PROPERTIES: +;; :PHONE: %^{Phone Number} +;; :ADDRESS: %^{Address} +;; :BIRTHDAY: %^{yyyy-mm-dd} +;; :EMAIL: %^{Email} +;; :NOTE: %^{NOTE} +;; :END:" + ;; :empty-lines 1) t) (add-to-list 'org-capture-templates '("w" "Work" entry (file+headline "~/org/work.org" "Inbox") @@ -287,22 +287,6 @@ '("l" "Someday" entry (file+headline "~/org/someday.org" "Inbox") "* TODO %? \n %i " :empty-lines 1) t) - (add-to-list 'org-capture-templates - '("s" "Studies" entry - (file+headline "~/org/studies.org" "Inbox") - "* TODO [#C] %?\n %i" :empty-lines 1) t) - (add-to-list 'org-capture-templates - '("S" "Lecture" entry - (file+headline "~/org/studies.org" "Schedule") - "* %^{Subject} %^{Type|Lecture|Section} -:PROPERTIES: -:WILD_NOTIFY_BEFORE: %^{Reminders} -:LOCATION: %^{Location} -:END: -%^{Time}T" - :empty-lines 1) t) - ;; add this for reminder stuff - ;; :PROPERTIES:\n\n:WILD_NOTIFY_BEFORE: %^{Reminders}\n:END:\n (add-to-list 'org-capture-templates '("W" "Event" entry (file+headline "~/org/work.org" "Schedule")