diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-27 00:58:05 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-12-27 00:58:05 +0100 |
commit | a37c7f590d8fcec40b86106aa0c36f0771dd8d84 (patch) | |
tree | c7e1fbebe1e5e3b33e9be655995e9d9db925dabe /fnl/config/neorg.fnl | |
parent | fc04483abe73633a012548d56627ad272667af87 (diff) |
Revert "Replace orgmode with neorg"
This reverts commit fc04483abe73633a012548d56627ad272667af87.
Diffstat (limited to 'fnl/config/neorg.fnl')
-rw-r--r-- | fnl/config/neorg.fnl | 9 |
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) |