From abd808bbced3ca5740951f36316ce1cd9e1e3552 Mon Sep 17 00:00:00 2001 From: Inhji Date: Thu, 8 Feb 2024 21:11:36 +0545 Subject: [PATCH] doom: add travelling journal --- config/dot_config/doom/config.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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))))