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