diff --git a/README.org b/README.org index a149c57..718709b 100644 --- a/README.org +++ b/README.org @@ -361,7 +361,7 @@ Rules and packages for buffer management and window navigation. (khalel-add-capture-template) :custom (khalel-default-alarm "10") - (khalel-default-calendar "calendar") + (khalel-default-calendar nil) (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) @@ -461,6 +461,7 @@ Configure email with iCalendar event support, to integrate with :match-func (lambda (msg) (when msg (string-prefix-p "/Proton" (mu4e-message-field msg :maildir)))) :vars '( (user-mail-address . "e.litherlandsmith@proton.me") + (khalel-default-calendar . "personal") (mu4e-sent-folder . "/Proton/Sent") (mu4e-trash-folder . "/Proton/Trash") (mu4e-refile-folder . "/Proton/Archive") @@ -473,6 +474,7 @@ Configure email with iCalendar event support, to integrate with :match-func (lambda (msg) (when msg (string-prefix-p "/iCloud" (mu4e-message-field msg :maildir)))) :vars '( (user-mail-address . "e.litherlandsmith@icloud.com") + (khalel-default-calendar . "other") (mu4e-sent-folder . "/iCloud/Sent Messages") (mu4e-trash-folder . "/iCloud/Deleted Messages") (mu4e-refile-folder . "/iCloud/Archive") @@ -485,6 +487,7 @@ Configure email with iCalendar event support, to integrate with :match-func (lambda (msg) (when msg (string-prefix-p "/Outlook" (mu4e-message-field msg :maildir)))) :vars '( (user-mail-address . "evie.litherland-smith@ukaea.uk") + (khalel-default-calendar . "work") (mu4e-sent-folder . "/Outlook/Sent") (mu4e-trash-folder . "/Outlook/Trash") (mu4e-refile-folder . "/Outlook/Archive")