org-journal: switch to yearly files, enable gpg encryption

This commit is contained in:
Evie Litherland-Smith 2024-05-31 10:20:34 +01:00
parent 3d7ed3e775
commit da57caeae5

View file

@ -753,9 +753,11 @@ it will be tried first."
:after org
:custom
(org-journal-dir (expand-file-name "journal" org-directory))
(org-journal-enable-cache t)
(org-journal-file-type 'monthly)
(org-journal-file-format "%Y-%m.org"))
(org-journal-enable-cache nil)
(org-journal-encrypt-journal t)
(org-journal-file-type 'yearly)
(org-journal-file-format "%Y.org")
(org-journal-find-file 'find-file))
(use-package org-noter
:after (org doc-view citar)