doom: add travelling journal

This commit is contained in:
Inhji 2024-02-08 21:11:36 +05:45
parent ff452d45ee
commit abd808bbce
1 changed files with 7 additions and 1 deletions

View File

@ -47,7 +47,13 @@
(file+headline +org-capture-notes-file "Inbox")
"* %u %?\n" :prepend t)
("j" "Journal" entry
("j" "Journal entries")
("jt" "Travelling Journal" entry
(file+headline +org-capture-travel-journal-file "Inbox")
"* %u %?\n" :prepend t)
("jj" "Journal" entry
(file+olp+datetree +org-capture-journal-file)
"* %U %?\n" :prepend t))))