Variable: magit-process-display-mode-line-error

magit-process-display-mode-line-error is a customizable variable defined in magit-process.el.

Value

t

Documentation

Whether Magit should retain and highlight process errors in the mode line.

See magit-show-process-buffer-hint for another way to display the complete output on demand.

This variable was added, or its default value changed, in magit version 2.12.0.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-process.el
(defcustom magit-process-display-mode-line-error t
  "Whether Magit should retain and highlight process errors in the mode line.

See `magit-show-process-buffer-hint' for another way to display the
complete output on demand."
  :package-version '(magit . "2.12.0")
  :group 'magit-process
  :type 'boolean)