Variable: magit-diff-mode-hook

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

Value

nil

Documentation

Hook run after entering Magit-Diff mode.

Source Code

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