Variable: magit-ediff-use-indirect-buffers

magit-ediff-use-indirect-buffers is a variable defined in magit-ediff.el.

Value

nil

Documentation

Whether to use indirect buffers.

Ediff already does a lot of buffer and file shuffling and I recommend you do not further complicate that by enabling this.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-ediff.el
(defvar magit-ediff-use-indirect-buffers nil
  "Whether to use indirect buffers.
Ediff already does a lot of buffer and file shuffling and I
recommend you do not further complicate that by enabling this.")