Variable: magit-stashes-mode-hook

magit-stashes-mode-hook is a variable defined in magit-stash.el.

Value

nil

Documentation

Hook run after entering Magit Stashes mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(define-derived-mode magit-stashes-mode magit-reflog-mode "Magit Stashes"
  "Mode for looking at lists of stashes."
  :interactive nil
  :group 'magit-log
  (magit-hack-dir-local-variables))