summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-13 23:03:43 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-05-13 23:03:43 +0200
commitf9d7ba1aa894099430051195e43fc26910c8bd6f (patch)
treebdb5b27e710e3f39fbb11853bffef7974eccbf6a
parentaa3b92ee7f80bc5043840a96c8835b0e2c36d4bb (diff)
Fix roam path
-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)