From fc04483abe73633a012548d56627ad272667af87 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 26 Dec 2022 17:17:37 +0100 Subject: Replace orgmode with neorg --- fnl/config/neorg.fnl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fnl/config/neorg.fnl (limited to 'fnl/config/neorg.fnl') 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) -- cgit v1.2.3-70-g09d2