diff options
-rw-r--r-- | config/doom/config.org | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 330fd20..f18ca92 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -114,7 +114,12 @@ Shamelessly copied from https://tecosaur.github.io/emacs-config/#dictionary :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}") + :unnarrowed t)) + org-roam-capture-ref-templates org-roam-capture-templates)) #+end_src ** Alerts This is to set the reminders of calendar events. |