[Emacs] Don't remove Ivan's capture templates in kat-mode

This commit is contained in:
Kat Huang 2023-08-14 18:45:42 +00:00
parent c5f61aca24
commit 410b0e98c1

View File

@ -49,7 +49,6 @@ This makes evil-mode play nice with org-fc
* org-mode
#+begin_src emacs-lisp
(setq org-directory "~/org/") ; This is the directory where you want to save your Org files. Change as necessary.
(setq org-capture-templates nil)
(add-to-list 'org-capture-templates
'("j" "Journal" entry (file+datetree "~/org/daily-journal.org")
"* %?\nEntered on %U\n %i\n %a"))