💾 Archived View for idiomdrottning.org › magit-transients captured on 2022-07-16 at 14:10:13. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
16:35 <snan> Can magit just please stop popping up and leave my window setup alone
16:35 <atw> once you pop, you can’t stop
16:35 <contrapunctus> snan: what kinda popups? 🤔
16:36 <contrapunctus> snan: the Transients are supposed to be the defining features of its UI, although it has a functional interface too which could be bound to whatever you like 🤔
Time to annihilate.
(defun magit-display-buffer-same-window (buffer) "Display BUFFER in the selected window like God intended." (display-buffer buffer '(display-buffer-same-window))) (setq magit-display-buffer-function 'magit-display-buffer-same-window)