diff --git a/config.el b/config.el index e0d7c76..d771395 100644 --- a/config.el +++ b/config.el @@ -321,7 +321,7 @@ ("c" "Calendar event" entry (file ,(ms/org-file "calendar_outbox.org")) - "* %?\nSCHEDULED: %(calfw-org-capture-day)\n" + "* %?\n%(calfw-org-capture-day)\n" :empty-lines 1)))) @@ -1596,7 +1596,7 @@ Skip for beamer exports — beamer uses adjustbox on plain tabular." (setq calfw-org-capture-template '("c" "Calendar event" entry (file "~/org/calendar_outbox.org") - "* %?\nSCHEDULED: %(calfw-org-capture-day)\n")) + "* %?\n%(calfw-org-capture-day)\n")) ;; Evil normal state for calfw (SPC = Doom leader works) (evil-set-initial-state 'calfw-calendar-mode 'normal)