Variable: magit-bind-magit-project-status

magit-bind-magit-project-status is a variable defined in magit-extras.el.

Value

t

Documentation

Whether to bind "m" to magit-project-status in project-prefix-map.

If so, then an entry is added to project-switch-commands as well. If you want to use another key, then you must set this to nil before loading Magit to prevent "m" from being bound.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-extras.el
(defvar magit-bind-magit-project-status t
  "Whether to bind \"m\" to `magit-project-status' in `project-prefix-map'.
If so, then an entry is added to `project-switch-commands' as
well.  If you want to use another key, then you must set this
to nil before loading Magit to prevent \"m\" from being bound.")