[Emacs] Don't remove Ivan's capture templates in kat-mode
This commit is contained in:
parent
c5f61aca24
commit
410b0e98c1
@ -49,7 +49,6 @@ This makes evil-mode play nice with org-fc
|
|||||||
* org-mode
|
* org-mode
|
||||||
#+begin_src emacs-lisp
|
#+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-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
|
(add-to-list 'org-capture-templates
|
||||||
'("j" "Journal" entry (file+datetree "~/org/daily-journal.org")
|
'("j" "Journal" entry (file+datetree "~/org/daily-journal.org")
|
||||||
"* %?\nEntered on %U\n %i\n %a"))
|
"* %?\nEntered on %U\n %i\n %a"))
|
||||||
|
Loading…
Reference in New Issue
Block a user