jcollard / elm-mode

Elm mode for emacs
GNU General Public License v3.0
373 stars 67 forks source link

how can I turn off elm-indent-mode? #61

Closed Cifer-Y closed 8 years ago

Cifer-Y commented 8 years ago

image

The indent is so strange , and I found turn off the elm-indent mode by hand is more better, so, how to turn elm-indent-mode off automatic?

Bogdanp commented 8 years ago

This should work: (add-hook 'elm-mode-hook #'turn-off-elm-indent)

I'd suggest just learning to use the cycling for now though.