diff options
author | Guangxiong Lin <[email protected]> | 2022-02-27 22:50:52 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-27 22:50:52 +0800 |
commit | c38645ff458ef45b6548501f4db49beaa6e8ef3f (patch) | |
tree | 2483e477302ade417aa0ef152e85cfbb23df08af | |
parent | 143d64f6805361368964c2ad1598bd06d96acfb5 (diff) | |
download | dotfiles-c38645ff458ef45b6548501f4db49beaa6e8ef3f.tar.gz dotfiles-c38645ff458ef45b6548501f4db49beaa6e8ef3f.tar.bz2 dotfiles-c38645ff458ef45b6548501f4db49beaa6e8ef3f.zip |
Update org default note file
-rw-r--r-- | .emacs.d/lisp/init-org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index c1e7e31..374a7d1 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -12,7 +12,7 @@ (kbd "<leader>co") 'org-capture) :config (require 'org-tempo) - (setq org-default-notes-file "~/journals/inbox.org") + (setq org-default-notes-file "~/words/journals/inbox.org") (setq org-capture-templates '(("t" "TODO" entry (file+headline org-default-notes-file "Tasks") "* TODO %?\nCaptured on %U\n %i\n %a") |