Variable: LaTeX-electric-left-right-brace
LaTeX-electric-left-right-brace is a customizable variable defined in
latex.el.
Value
nil
Documentation
If non-nil, insert right brace with suitable macro after typing left brace.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-electric-left-right-brace nil
"If non-nil, insert right brace with suitable macro after typing left brace."
:group 'LaTeX-macro
:type 'boolean)