Merge pull request #668 from toctan/indent-sensitive

Do not auto indent in conf-mode and yaml-mode
This commit is contained in:
Bozhidar Batsov 2014-09-04 17:21:52 +03:00
commit 1d52d90af9

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)