diff options
author | Guangxiong Lin <[email protected]> | 2022-02-22 01:28:41 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-02-22 01:28:41 +0800 |
commit | 1fb3f1888dbcf7e8f88865f48f00eefe5a9362bf (patch) | |
tree | ca42c158b86d4378ceacb5b925350b27ee71f93a /.emacs.d/lisp/init-org.el | |
parent | 7654a356d0586cab57612434add23e177010b1f3 (diff) | |
download | dotfiles-1fb3f1888dbcf7e8f88865f48f00eefe5a9362bf.tar.gz dotfiles-1fb3f1888dbcf7e8f88865f48f00eefe5a9362bf.tar.bz2 dotfiles-1fb3f1888dbcf7e8f88865f48f00eefe5a9362bf.zip |
Update default org roam directory
Diffstat (limited to '.emacs.d/lisp/init-org.el')
-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 ad69b20..5d915e4 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -140,7 +140,7 @@ :commands (org-roam-node-find) :hook (org-mode . (lambda () (org-roam-db-autosync-mode))) :init - (setq org-roam-directory (file-truename "~/Sync")) + (setq org-roam-directory (file-truename "~/words")) (evil-define-key 'normal 'global (kbd "<leader>fn") 'org-roam-node-find)) |