From 23ea8871076ce42dc588f09ba69fc4d4c85d3c48 Mon Sep 17 00:00:00 2001 From: Arseny Smalyuk Date: Sat, 21 Jan 2017 14:57:41 +0300 Subject: [PATCH] Add asm-mode to the spacemacs-indent-sensitive-modes list --- layers/+distributions/spacemacs-base/funcs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layers/+distributions/spacemacs-base/funcs.el b/layers/+distributions/spacemacs-base/funcs.el index 7ea245769..eb5e97979 100644 --- a/layers/+distributions/spacemacs-base/funcs.el +++ b/layers/+distributions/spacemacs-base/funcs.el @@ -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