aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-04-05 09:53:17 -0500
committershoshin <shoshin@cicadas.surf>2023-05-12 21:38:06 -0500
commitfc31e03b6bb07dc9d60e1c9d39ffdc379cd8593c (patch)
treebc4d248c8063d49b8f7ee3c3169fc6c01c46006a /shoshimacs.el
parent0e7514e33b76a44ce6e0d3a68f9bab726015c5c7 (diff)
Fix: undeclared org-directory var
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el2
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