Add indent rule for then
Lowercase lighter
Remove some elmo traces
This is a simple major mode for editing Elm in emacs. It is only compatible with elm version > 0.19.
Binding | Name |
---|---|
C-c C-z | elm-repl |
C-c C-c | elm-make |
C-c C-r | elm-reactor |
elm-mode
tries to be smart about indentation. However, elm
is a pretty
difficult language to indent, since it is whitespace sensitive. elm-mode
offers
indentation where it is easy to determine, but, you can still adjust with tab
and backtab
, like in conventional editors.
elm-mode
provides some options for customization, however there are not too many
yet.
elm-indent-offset
: Defaults to 4.Yes.