imenu-after-jump-hook

imenu-after-jump-hook is a variable defined in `imenu.el'.
Its value is

(#[nil "\300\301!\205 \302\303!\207" [derived-mode-p org-mode org-show-context org-goto] 2])

Original value was

  • This variable may be risky if used as a file-local variable.

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.

You can customize this variable.