el/dot-emacs.el: Override Magit buffer display logic.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2022 11:55:47 +0000 (12:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 May 2022 11:58:07 +0000 (12:58 +0100)
It's actually nearly right, except that it wants to cover existing Magit
windows with commit log and that's a mistake.

Implement a new version of `magit-display-buffer-traditional' which (a)
uses a list of modes in a variable rather than hardcoding it, and (b)
honours a designated window if there is one.


No differences found