branch: elpa/git-commit commit d134b87a6b4b84791e1fca655f5e4feb62580920 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-ediff-use-indirect-buffers: Demote to variable --- lisp/magit-ediff.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lisp/magit-ediff.el b/lisp/magit-ediff.el index 4c5c084580..2fe4ff178b 100644 --- a/lisp/magit-ediff.el +++ b/lisp/magit-ediff.el @@ -101,11 +101,10 @@ tree at the time of stashing." :group 'magit-ediff :type 'boolean) -(defcustom magit-ediff-use-indirect-buffers nil - "Whether to use indirect buffers." - :package-version '(magit . "3.1.0") - :group 'magit-ediff - :type 'boolean) +(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.") ;;; Commands