summaryrefslogtreecommitdiff
path: root/fnl/config/neorg.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/neorg.fnl')
-rw-r--r--fnl/config/neorg.fnl9
1 files changed, 9 insertions, 0 deletions
diff --git a/fnl/config/neorg.fnl b/fnl/config/neorg.fnl
new file mode 100644
index 0000000..a726bbc
--- /dev/null
+++ b/fnl/config/neorg.fnl
@@ -0,0 +1,9 @@
+;; A neovim orgmode.
+(module config.neorg {autoload {util config.util}})
+
+(def- opts
+ {:load {:core.defaults []
+ :core.norg.dirman {:config {:workspaces {:work "~/.local/share/neorg/work"
+ :home "~/.local/share/neorg/home"}}}}})
+
+(util.setup :neorg opts)