mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
* lisp/electric.el (electric-indent-functions-without-reindent):
Add `yaml-indent-line'.
This commit is contained in:
parent
34b71457b2
commit
c8481b1b2c
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue