Variable: reftex-use-fonts
reftex-use-fonts is a customizable variable defined in
reftex-vars.el.gz.
Value
t
Documentation
Non-nil means, use fonts in *toc* and selection buffers.
When changing this option, a rescan may be necessary to activate the change.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-use-fonts t
"Non-nil means, use fonts in *toc* and selection buffers.
When changing this option, a rescan may be necessary to activate the change."
:group 'reftex-fontification-configurations
:type 'boolean)