Variable: TeX-fold-math-spec-list
TeX-fold-math-spec-list is a customizable variable defined in
tex-fold.el.
Value
nil
Documentation
List of display strings and math macros to fold.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-math-spec-list nil
"List of display strings and math macros to fold."
:type `(repeat (group ,TeX-fold--spec-type
(repeat :tag "Math Macros" (string)))))