Variable: electric-indent-inhibit

electric-indent-inhibit is a buffer-local variable defined in electric.el.gz.

Documentation

If non-nil, reindentation is not appropriate for this buffer.

This should be set by major modes such as python-mode since Python does not lend itself to fully automatic indentation.

Source Code

;; Defined in /usr/src/emacs/lisp/electric.el.gz
(defvar-local electric-indent-inhibit nil
  "If non-nil, reindentation is not appropriate for this buffer.
This should be set by major modes such as `python-mode' since
Python does not lend itself to fully automatic indentation.")