summaryrefslogtreecommitdiff
path: root/fnl/config/which-key.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/which-key.fnl')
-rw-r--r--fnl/config/which-key.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl
index 39dcdcf..845cd27 100644
--- a/fnl/config/which-key.fnl
+++ b/fnl/config/which-key.fnl
@@ -172,5 +172,5 @@
(let [which-key (util.load-plugin :nvim-which-key.config)]
(do
(which-key.setup setup)
- (when.register mappings opts)
- (when.register vmappings vopts)))
+ (which-key.register mappings opts)
+ (which-key.register vmappings vopts)))