Fix 'starts with non-prefix key M-SPC' error

Mentioned in #1947
This commit is contained in:
Henrik Lissner
2020-03-31 02:16:54 -04:00
parent b8a3cad295
commit 378cab0c16

View File

@ -12,7 +12,7 @@
(map! :map sml-mode-map
:i "RET" #'reindent-then-newline-and-indent
:i "M-SPC" #'sml-electric-space
:i "S-SPC" #'sml-electric-space
:i "|" #'sml-electric-pipe
:localleader
:desc "Run SML" "'" #'run-sml