summaryrefslogtreecommitdiff
path: root/fnl/plugins/which-key.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/which-key.fnl')
-rw-r--r--fnl/plugins/which-key.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/which-key.fnl b/fnl/plugins/which-key.fnl
index f78efac..db05b4d 100644
--- a/fnl/plugins/which-key.fnl
+++ b/fnl/plugins/which-key.fnl
@@ -49,7 +49,7 @@
9 {1 :<leader>s :group :+session}
10 {1 :<leader>w :group :+worktree}}])
-(fn config []
+(λ config []
(let [which-key (require :which-key)]
(which-key.setup opts)
(which-key.add groups)))