Enable org-journal cache
Add resulting .cache file (and any in the future) to .gitignore
This commit is contained in:
parent
edd11a6c34
commit
4369b81125
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,3 +21,4 @@
|
||||||
/ellama-sessions/
|
/ellama-sessions/
|
||||||
*.sqlite
|
*.sqlite
|
||||||
/multisession/
|
/multisession/
|
||||||
|
*.cache
|
||||||
|
|
|
@ -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))
|
:bind (("C-c o j" . org-journal-new-entry))
|
||||||
:custom
|
:custom
|
||||||
(org-journal-dir (expand-file-name "journal" org-directory))
|
(org-journal-dir (expand-file-name "journal" org-directory))
|
||||||
|
(org-journal-enable-cache t)
|
||||||
(org-journal-file-type 'monthly)
|
(org-journal-file-type 'monthly)
|
||||||
(org-journal-file-format "%Y-%m.org"))
|
(org-journal-file-format "%Y-%m.org"))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue