aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-04-05 09:53:17 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-04-05 09:53:17 -0500
commitb6574de6e7ed5c0797bc0b6b1fb173a290e366e8 (patch)
treed8269904d475d408b62388a7f77dc1e6c410d000 /shoshimacs.el
parent01c01da513aa9abab8fbd048ba97cd72e6cd31fd (diff)
Fix: undeclared org-directory varHEADmain
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el1
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