From a158907067a9740f6949ba39448f9af8ddcafe2d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 30 Sep 2024 10:11:27 +0100 Subject: [PATCH] Set default alarm and calendar for khalel --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index f253801..7408d45 100644 --- a/README.org +++ b/README.org @@ -358,6 +358,8 @@ Rules and packages for buffer management and window navigation. :config (khalel-add-capture-template "e") :custom + (khalel-default-alarm "30") + (khalel-default-calendar "calendar") (khalel-import-org-file (expand-file-name "calendar/khal.org" org-directory)) (khalel-import-org-file-read-only nil) (khalel-import-org-file-confirm-overwrite nil)