Variable: magit-status-mode-hook

magit-status-mode-hook is a customizable variable defined in magit-status.el.

Value

nil

Documentation

Hook run after entering Magit-Status mode.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-status.el
(defcustom magit-status-mode-hook nil
  "Hook run after entering Magit-Status mode."
  :group 'magit-status
  :type 'hook)