Variable: magit-log-mode-hook

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

Value

nil

Documentation

Hook run after entering Magit-Log mode.

Source Code

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