[Emacs] [kat-mode] Create weekly template

This commit is contained in:
Kat Huang 2023-08-22 04:06:15 +00:00
parent 0e9ea88e0d
commit 6e562d19d5

View File

@ -52,4 +52,9 @@ This makes evil-mode play nice with org-fc
(add-to-list 'org-capture-templates
'("j" "Journal" entry (file+datetree "~/org/daily-journal.org")
"* %?\nEntered on %U\n %i\n %a"))
(setq org-capture-templates
(append org-capture-templates
'(("r" "Weekly Review" entry
(file+datetree "~/org/weekly_reviews.org")
(file "~/org/weekly_review_template.org")))))
#+end_src