Variable: imenu-after-jump-hook
imenu-after-jump-hook is a customizable variable defined in
imenu.el.gz.
Value
(#[0 "\300\301!\205 \302\303!\207"
[derived-mode-p org-mode org-fold-show-context org-goto]
2])
Documentation
Hooks called after jumping to a place in the buffer.
Useful things to use here include reposition-window, recenter, and
(lambda () (recenter 0)) to show at top of screen.
Source Code
;; Defined in /usr/src/emacs/lisp/imenu.el.gz
(defcustom imenu-after-jump-hook nil
"Hooks called after jumping to a place in the buffer.
Useful things to use here include `reposition-window', `recenter', and
\(lambda () (recenter 0)) to show at top of screen."
:type 'hook)