diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 250144c..5ca35ce 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -136,20 +136,7 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary `("e" "Event" entry (file ,(expand-file-name "caldav.org" org-directory)) "* %?\n%^T\n%i\n%a")) - (add-to-list 'org-capture-templates - `("m" "Meetup" entry (file ,(expand-file-name - "caldav.org" org-directory)) - "* %?%:description \n%i\n%l")) - (add-to-list 'org-capture-templates - `("i" "Isar-Speak Contact" - entry (file ,(expand-file-name "Isar-Speak.org" org-directory)) - "* INTRS [[notmuch-search:%:fromaddress][%:fromname]] -:PROPERTIES: -:EMAIL: %:fromaddress -:END: -Invited: %^t -")) (setq org-roam-capture-templates '(("d" "default" plain "%i\n%?" :target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}") |