Variable: LaTeX-fold-macro-spec-list
LaTeX-fold-macro-spec-list is a customizable variable defined in
latex.el.
Value
nil
Documentation
List of display strings and macros to fold in LaTeX mode.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
;;; Folding
(defcustom LaTeX-fold-macro-spec-list nil
"List of display strings and macros to fold in LaTeX mode."
:type '(repeat (group (choice (string :tag "Display String")
(integer :tag "Number of argument" :value 1)
(function :tag "Function to execute"))
(repeat :tag "Macros" (string))))
:group 'TeX-fold)