diff options
Diffstat (limited to 'shoshimacs.el')
-rw-r--r-- | shoshimacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshimacs.el b/shoshimacs.el index 5e787f3..cbd1f86 100644 --- a/shoshimacs.el +++ b/shoshimacs.el @@ -169,7 +169,7 @@ (package-install 'markdown-mode) -(setq org-directory "~/org") +(setq org-directory (expand-file-name "~/Nextcloud/org")) (setq org-default-notes-file (concat org-directory "/notes.org")) (setq org-capture-templates |