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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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