From ca12bfeeab990ef2292ef80f78253e2e05f4d02e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 5 Nov 2024 08:15:39 +0000 Subject: [PATCH] Add khalel capture templates in org-capture use-package block Ensures they aren't overwritten by org-capture-templates definition. --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 70bbe3d..3823858 100644 --- a/README.org +++ b/README.org @@ -944,7 +944,11 @@ Configure email with iCalendar event support, to integrate with (file+olp "notes.org" "Inbox")) ("t" "Task" entry (file+olp "tasks.org" "Inbox") - "* TODO %?\nDEADLINE: %t\n %i\n %a")))) + "* TODO %?\nDEADLINE: %t\n %i\n %a"))) + :config + (when (package-installed-p 'khalel) + (with-eval-after-load 'khalel + (khalel-add-capture-template)))) (when (or (package-installed-p 'emacsql-sqlite) (package-installed-p 'emacsql-sqlite-builtin))