Variable: viper-electric-mode

viper-electric-mode is a customizable and buffer-local variable defined in viper-init.el.gz.

Documentation

If t, electrify Viper.

Currently, this only electrifies auto-indentation, making it appropriate to the mode of the buffer. This means that auto-indentation will depart from standard Vi and will indent appropriate to the mode of the buffer. This is especially useful for editing programs and LaTeX documents.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
(defvar-local viper-electric-mode t)