[emacs] Give khalel some useful defaults

This commit is contained in:
Sebastian Schulze 2023-12-07 20:34:17 +01:00
parent e97e647605
commit dd041fcd60
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 3 additions and 0 deletions

View File

@ -454,6 +454,9 @@ is tomorrow. With two prefixes, select the deadline."
(use-package! khalel
:after org
:config
(setq khalel-import-org-file (expand-file-name "Calendar.org" org-directory))
(setq khalel-import-end-date "+14d")
(setq khalel-import-org-file-confirm-overwrite nil)
(khalel-add-capture-template))
(use-package! org-habit