Add elm-mode to sensitive mode for auto-indent on paste
This commit is contained in:
parent
ab95350d71
commit
b123b21498
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ the current state and point position."
|
|||
;; TODO: dispatch these in the layers
|
||||
(defvar spacemacs-indent-sensitive-modes
|
||||
'(coffee-mode
|
||||
elm-mode
|
||||
haml-mode
|
||||
haskell-mode
|
||||
slim-mode
|
||||
|
|
Reference in a new issue