summaryrefslogtreecommitdiff
path: root/fnl/plugins/which-key.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:31:38 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-07-29 00:31:38 +0200
commit55fbc6552e97e7f41c180adade95c467963c2af2 (patch)
tree3bf7be52ee77493f127bfff89adaa7b09c8594a5 /fnl/plugins/which-key.fnl
parente5305a2dfc10813ee7b01130bb4703e403e88b2f (diff)
Update icons
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}