Enable org-journal cache

Add resulting .cache file (and any in the future) to .gitignore
This commit is contained in:
Evie Litherland-Smith 2024-04-04 14:58:52 +01:00
parent edd11a6c34
commit 4369b81125
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@
/ellama-sessions/
*.sqlite
/multisession/
*.cache

View file

@ -175,6 +175,7 @@ Better syncing to mobile, for use with [[https://github.com/orgzly-revived/orgzl
:bind (("C-c o j" . org-journal-new-entry))
: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"))
#+end_src