Variable: TeX-fold-force-fontify

TeX-fold-force-fontify is a customizable variable defined in tex-fold.el.

Value

t

Documentation

Force the buffer to be fully fontified by folding it.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-force-fontify t
  "Force the buffer to be fully fontified by folding it."
  :type 'boolean)