Variable: xref-after-jump-hook
xref-after-jump-hook is a customizable variable defined in xref.el.gz.
Value
(recenter
xref-pulse-momentarily)
Documentation
Functions called after jumping to an xref.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defcustom xref-after-jump-hook '(recenter
xref-pulse-momentarily)
"Functions called after jumping to an xref."
:type 'hook)