Variable: magit-insert-section-hook

magit-insert-section-hook is a variable defined in magit-section.el.

Value

nil

Documentation

Hook run after magit-insert-sections BODY.

Avoid using this hook and only ever do so if you know what you are doing and are sure there is no other way.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-section-20260330.1102/magit-section.el
;;; Create

(defvar magit-insert-section-hook nil
  "Hook run after `magit-insert-section's BODY.
Avoid using this hook and only ever do so if you know
what you are doing and are sure there is no other way.")