Variable: LaTeX-fold-env-spec-list

LaTeX-fold-env-spec-list is a customizable variable defined in latex.el.

Value

nil

Documentation

List of display strings and environments to fold in LaTeX mode.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-fold-env-spec-list nil
  "List of display strings and environments 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 "Environments" (string))))
  :group 'TeX-fold)