diff options
author | Thanos Apollo <[email protected]> | 2023-06-03 06:58:23 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-03 06:58:23 +0300 |
commit | 1c1eebdc51e891003963c8197c19304b7fb3d550 (patch) | |
tree | bbae87d471878d1122767b6af85235bb2cb3e69e | |
parent | f358e2ef5192784db7a52b4c3c249e993ce1e730 (diff) |
emacs: Add improve template for journaling
-rwxr-xr-x | emacs.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |