Variable: TeX-fold-quotes-on-insert
TeX-fold-quotes-on-insert is a customizable variable defined in
tex-fold.el.
Value
nil
Documentation
Non-nil means to automatically fold LaTeX quotes when they are inserted.
Consulted by TeX-insert-quote.
This variable was added, or its default value changed, in auctex version 14.0.8.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-quotes-on-insert nil
"Non-nil means to automatically fold LaTeX quotes when they are inserted.
Consulted by `TeX-insert-quote'."
:type 'boolean
:package-version '(auctex . "14.0.8"))