Variable: xref-mouse-mode

xref-mouse-mode is a buffer-local variable defined in xref.el.gz.

Documentation

Non-nil if Xref-Mouse mode is enabled.

Use the command xref-mouse-mode(var)/xref-mouse-mode(fun) to change this variable.

View in manual

Probably introduced at or before Emacs version 31.1.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
;;;###autoload
(define-minor-mode xref-mouse-mode
  "Minor mode to bind Xref commands invoked using the mouse.
See `global-xref-mouse-mode' if you want to enable this minor mode in
all buffers."
  :version "31.1")