Variable: magit-blame-disable-modes

magit-blame-disable-modes is a customizable variable defined in magit-blame.el.

Value

(fci-mode yascroll-bar-mode)

Documentation

List of modes not compatible with Magit-Blame mode.

This modes are turned off when Magit-Blame mode is turned on, and then turned on again when turning off the latter.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
(defcustom magit-blame-disable-modes '(fci-mode yascroll-bar-mode)
  "List of modes not compatible with Magit-Blame mode.
This modes are turned off when Magit-Blame mode is turned on,
and then turned on again when turning off the latter."
  :group 'magit-blame
  :type '(repeat (symbol :tag "Mode")))