summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/orgmode.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/orgmode.fnl b/fnl/plugins/orgmode.fnl
index c3fd923..472a8a3 100644
--- a/fnl/plugins/orgmode.fnl
+++ b/fnl/plugins/orgmode.fnl
@@ -74,7 +74,7 @@
:template "#+category: %^{type}\n#+filetags: %^{tags}\n#+date: %u\n\n* %?"
:target "%<%Y%m%d%H%M%S>-%[slug].org"}})
-(local roam-opts {:directory "~/.local/share/org" :templates roam-templates})
+(local roam-opts {:directory "~/.local/share/org/roam" :templates roam-templates})
(fn config []
(let [orgmode (require :orgmode)