summaryrefslogtreecommitdiff
path: root/fnl/config/neorg.fnl
blob: a726bbc1201705c40c1d38f8686e46ba25d45fad (plain)
1
2
3
4
5
6
7
8
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)