Do not auto indent in conf-mode and yaml-mode

This commit is contained in:
toctan 2014-09-04 22:19:01 +08:00
parent 8cf9acc155
commit 2596e88803

View file

@ -77,7 +77,7 @@ in the desired elisp file."
:group 'prelude)
(defcustom prelude-indent-sensitive-modes
'(coffee-mode python-mode slim-mode haml-mode)
'(conf-mode coffee-mode haml-mode python-mode slim-mode yaml-mode)
"Modes for which auto-indenting is suppressed."
:type 'list
:group 'prelude)