Variable: xref-after-return-hook

xref-after-return-hook is a customizable variable defined in xref.el.gz.

Value

(xref-pulse-momentarily)

Documentation

Functions called after returning to a pre-jump location.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xref.el.gz
(defcustom xref-after-return-hook '(xref-pulse-momentarily)
  "Functions called after returning to a pre-jump location."
  :type 'hook)