Variable: TeX-fold-env-spec-list

TeX-fold-env-spec-list is a customizable variable defined in tex-fold.el.

Value

(("[comment]"
  ("comment")))

Documentation

List of display strings and environments to fold.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-env-spec-list
  '(("[comment]" ("comment")))
  "List of display strings and environments to fold."
  :type '(repeat (group (choice (string :tag "Display String")
                                (integer :tag "Number of argument" :value 1)
                                (function :tag "Function to execute"))
                        (repeat :tag "Environments" (string)))))