Variable: magit-section-movement-hook
magit-section-movement-hook is a variable defined in magit-section.el.
Value
(magit-log-maybe-update-revision-buffer
magit-log-maybe-show-more-commits
magit-hunk-set-window-start)
Documentation
Hook run by magit-section-goto.
That function in turn is used by all section movement commands. See also info node (magit)Section Movement.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
;;; Hooks
(defvar magit-section-movement-hook nil
"Hook run by `magit-section-goto'.
That function in turn is used by all section movement commands.
See also info node `(magit)Section Movement'.")