diff options
author | Guangxiong Lin <[email protected]> | 2022-10-31 19:44:11 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-10-31 19:44:11 +0800 |
commit | 003747e45eea620a23c5b43bf7370c6c7c222559 (patch) | |
tree | 91bcf4c13ec53e0e82e2e22dd82bdc8e7cade145 | |
parent | 392be7809673f3bb576ef8b2b62e7f81b9a7976b (diff) | |
download | dotfiles-003747e45eea620a23c5b43bf7370c6c7c222559.tar.gz dotfiles-003747e45eea620a23c5b43bf7370c6c7c222559.tar.bz2 dotfiles-003747e45eea620a23c5b43bf7370c6c7c222559.zip |
Update notes location
-rw-r--r-- | .emacs.d/lisp/init-org-roam.el | 2 | ||||
-rw-r--r-- | .emacs.d/lisp/init-org.el | 2 |
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 |