* lisp/electric.el (electric-indent-functions-without-reindent):

Add `yaml-indent-line'.
This commit is contained in:
Dmitry Gutov 2014-02-21 16:29:28 +02:00
parent 34b71457b2
commit c8481b1b2c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
* electric.el (electric-indent-functions-without-reindent):
Add `yaml-indent-line'.
2014-02-21 Juanma Barranquero <lekktu@gmail.com>
* w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.

View file

@ -220,7 +220,7 @@ Python does not lend itself to fully automatic indentation.")
(defvar electric-indent-functions-without-reindent
'(indent-relative indent-to-left-margin indent-relative-maybe
py-indent-line coffee-indent-line org-indent-line
py-indent-line coffee-indent-line org-indent-line yaml-indent-line
haskell-indentation-indent-line haskell-indent-cycle haskell-simple-indent)
"List of indent functions that can't reindent.
If `line-indent-function' is one of those, then `electric-indent-mode' will