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, 0 insertions, 9 deletions
diff --git a/fnl/config/neorg.fnl b/fnl/config/neorg.fnl
deleted file mode 100644
index a726bbc..0000000
--- a/fnl/config/neorg.fnl
+++ /dev/null
@@ -1,9 +0,0 @@
-;; 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)