aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-02-27 22:50:52 +0800
committerGuangxiong Lin <[email protected]>2022-02-27 22:50:52 +0800
commitc38645ff458ef45b6548501f4db49beaa6e8ef3f (patch)
tree2483e477302ade417aa0ef152e85cfbb23df08af /.emacs.d
parent143d64f6805361368964c2ad1598bd06d96acfb5 (diff)
downloaddotfiles-c38645ff458ef45b6548501f4db49beaa6e8ef3f.tar.gz
dotfiles-c38645ff458ef45b6548501f4db49beaa6e8ef3f.tar.bz2
dotfiles-c38645ff458ef45b6548501f4db49beaa6e8ef3f.zip
Update org default note file
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-org.el2
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")