summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-06-03 06:58:23 +0300
committerThanos Apollo <[email protected]>2023-06-03 06:58:23 +0300
commit1c1eebdc51e891003963c8197c19304b7fb3d550 (patch)
treebbae87d471878d1122767b6af85235bb2cb3e69e
parentf358e2ef5192784db7a52b4c3c249e993ce1e730 (diff)
emacs: Add improve template for journaling
-rwxr-xr-xemacs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs.org b/emacs.org
index 47e5e65..f96d7fc 100755
--- a/emacs.org
+++ b/emacs.org
@@ -386,8 +386,8 @@ Hook with ~dired-mode~
(file "~/org/Templates/journaling.org")
:target (file+head "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>\n"))
- ("h" "Daily Journaling" entry
- (file "~/org/Templates/habbits.org")
+ ("i" "Improve" entry
+ (file "~/org/Templates/improve.org")
:target (file+head "%<%Y-%m-%d>.org"
"#+title: %<%Y-%m-%d>\n"))))
#+end_src