Variable: TeX-fold-unfold-around-mark

TeX-fold-unfold-around-mark is a customizable variable defined in tex-fold.el.

Value

t

Documentation

Unfold text around the mark, if active.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-unfold-around-mark t
  "Unfold text around the mark, if active."
  :type 'boolean)