diff --git a/config/dot_config/doom/config.el b/config/dot_config/doom/config.el index 4d42012..f7a657f 100644 --- a/config/dot_config/doom/config.el +++ b/config/dot_config/doom/config.el @@ -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))))