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.
Also see xref-current-item.
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.
Also see `xref-current-item'."
:type 'hook)