mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -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
|
||||||
|
Reference in New Issue
Block a user