aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-10-31 19:44:11 +0800
committerGuangxiong Lin <[email protected]>2022-10-31 19:44:11 +0800
commit003747e45eea620a23c5b43bf7370c6c7c222559 (patch)
tree91bcf4c13ec53e0e82e2e22dd82bdc8e7cade145 /.emacs.d
parent392be7809673f3bb576ef8b2b62e7f81b9a7976b (diff)
downloaddotfiles-003747e45eea620a23c5b43bf7370c6c7c222559.tar.gz
dotfiles-003747e45eea620a23c5b43bf7370c6c7c222559.tar.bz2
dotfiles-003747e45eea620a23c5b43bf7370c6c7c222559.zip
Update notes location
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-org-roam.el2
-rw-r--r--.emacs.d/lisp/init-org.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-org-roam.el b/.emacs.d/lisp/init-org-roam.el
index 2825752..873ee3c 100644
--- a/.emacs.d/lisp/init-org-roam.el
+++ b/.emacs.d/lisp/init-org-roam.el
@@ -19,7 +19,7 @@
(kbd "[d") 'org-roam-dailies-goto-previous-note
(kbd "]d") 'org-roam-dailies-goto-next-note))
-(setq org-roam-directory (file-truename "~/words"))
+(setq org-roam-directory (file-truename "~/notes"))
(setq org-roam-db-gc-threshold most-positive-fixnum)
(setq org-roam-dailies-directory "journals/")
(setq org-roam-dailies-capture-templates
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 406624e..9ae1fb0 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -60,7 +60,7 @@
(setq truncate-lines nil)
(setq tab-width 4)))
-(setq org-default-notes-file "~/words/journals/inbox.org")
+(setq org-default-notes-file "~/notes/inbox.org")
(setq org-agenda-start-on-weekday 0)
;; appearance