summaryrefslogtreecommitdiff
path: root/fnl/plugins.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 02:32:33 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-10-16 02:32:33 +0200
commitb59f9a12f4799849802c17cf517cd6c76cf57122 (patch)
tree2bf3cb980310251b2b6d3c00db49e14e48a90a7e /fnl/plugins.fnl
parent0c9d0371931277ce253e899e9d8a462bf228afef (diff)
Fix orgmode
Diffstat (limited to 'fnl/plugins.fnl')
-rw-r--r--fnl/plugins.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl
index 1c05b5a..6527ed9 100644
--- a/fnl/plugins.fnl
+++ b/fnl/plugins.fnl
@@ -80,7 +80,8 @@
(def misc [{1 :nvim-orgmode/orgmode
:config (fn []
- (require :config.window-picker))
+ (require :config.orgmode))
+ :requires :nvim-treesitter/nvim-treesitter
:event :BufWinEnter}
{1 :akinsho/toggleterm.nvim
:config (fn []