diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-04-01 01:38:08 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-04-01 01:40:43 +0200 |
commit | 5a24a1d3f94e6f78aa005f7e7d16f8c911fa61f0 (patch) | |
tree | dbb30f3b19b8ff17bfd1d64e58c1464fb4de06da /config/doom | |
parent | e92b1c190b23d87b5d236113c4ddc8df85bddfa5 (diff) | |
download | dotfiles-5a24a1d3f94e6f78aa005f7e7d16f8c911fa61f0.tar.gz dotfiles-5a24a1d3f94e6f78aa005f7e7d16f8c911fa61f0.tar.bz2 dotfiles-5a24a1d3f94e6f78aa005f7e7d16f8c911fa61f0.zip |
delete org-capture templates meetup & Isar-Speak
Diffstat (limited to 'config/doom')
-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}") |