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 db05b4d..c37d47b 100644
--- a/fnl/plugins/which-key.fnl
+++ b/fnl/plugins/which-key.fnl
@@ -28,7 +28,7 @@
:Esc (.. (. icons :esc) " ")
:NL (.. (. icons :cr) " ")
:BS (.. (. icons :bs) " ")
- :Space (.. (. icons :space) " ")
+ :Space " "
:Tab (.. (. icons :tab) " ")}}
:layout {:height {:min 4 :max 25}
:width {:min 20 :max 50}