Function: magit-stash-mode

magit-stash-mode is a byte-compiled function defined in magit-stash.el.

Signature

(magit-stash-mode)

Documentation

Mode for looking at individual stashes.

In addition to any hooks its parent mode magit-diff-mode might have run, this mode runs the hook magit-stash-mode-hook, as the final or penultimate step during initialization.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(define-derived-mode magit-stash-mode magit-diff-mode "Magit Stash"
  "Mode for looking at individual stashes."
  :interactive nil
  :group 'magit-diff
  (magit-hack-dir-local-variables)
  (setq magit--imenu-group-types '(commit)))