[Emacs] Set org-whoami in kat mode

This commit is contained in:
Kat Huang 2023-08-21 20:55:30 +00:00
parent d71c4233bc
commit 715c8e776f

View File

@ -45,9 +45,9 @@ This makes evil-mode play nice with org-fc
(setq imalison:dark-theme 'dracula) (setq imalison:dark-theme 'dracula)
#+end_src #+end_src
* org-mode * org-mode
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq imalison:org-whoami "Kat Huang")
(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.
(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")