diff options
-rw-r--r-- | fnl/plugins/orgmode.fnl | 2 |
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) |