Variable: vhdl-electric-mode
vhdl-electric-mode is a customizable variable defined in
vhdl-mode.el.gz.
Value
nil
Documentation
Non-nil if Vhdl-Electric mode is enabled.
See the vhdl-electric-mode(var)/vhdl-electric-mode(fun) command
for a description of this minor mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Enabling/disabling
(define-minor-mode vhdl-electric-mode
"Toggle VHDL electric mode."
:global t :group 'vhdl-mode)