Variable: LaTeX-reftex-ref-style-auto-activate

LaTeX-reftex-ref-style-auto-activate is a customizable variable defined in tex-style.el.

Value

t

Documentation

Whether to activate automatically RefTeX reference styles.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; Note: We don't have any defcustom in plain TeX style files yet.  Else we
;; should also create a TeX-style group.

;; Common

(defcustom LaTeX-reftex-ref-style-auto-activate t
  "Whether to activate automatically RefTeX reference styles."
  :type 'boolean)