Merge pull request #668 from toctan/indent-sensitive
Do not auto indent in conf-mode and yaml-mode
This commit is contained in:
commit
1d52d90af9
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ in the desired elisp file."
|
||||||
:group 'prelude)
|
:group 'prelude)
|
||||||
|
|
||||||
(defcustom prelude-indent-sensitive-modes
|
(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."
|
"Modes for which auto-indenting is suppressed."
|
||||||
:type 'list
|
:type 'list
|
||||||
:group 'prelude)
|
:group 'prelude)
|
||||||
|
|
Loading…
Reference in a new issue