Add asm-mode to the spacemacs-indent-sensitive-modes list

This commit is contained in:
Arseny Smalyuk 2017-01-21 14:57:41 +03:00 committed by syl20bnr
parent 2dc9feafb4
commit 23ea887107
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ A COUNT argument matches the indentation to the next COUNT lines."
;; from Prelude
;; TODO: dispatch these in the layers
(defvar spacemacs-indent-sensitive-modes
'(coffee-mode
'(asm-mode
coffee-mode
elm-mode
haml-mode
haskell-mode