Variable: bib-highlight-mouse-t
bib-highlight-mouse-t is a customizable variable defined in
bib-cite.el.
Value
t
Documentation
Call bib-highlight-mouse from LaTeX-mode-hook to add green highlight.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
(defcustom bib-highlight-mouse-t t
"Call bib-highlight-mouse from `LaTeX-mode-hook' to add green highlight."
:type 'boolean)