minus-squarefiverniner@alien.topBtoEmacs•opening magit full-frame then restoring windows on qlinkfedilinkEnglisharrow-up1·1 year agou/unhammer commented this in another post that: https://www.reddit.com/r/emacs/comments/179t67l/window_management_share_your_displaybufferalist/k5b56i2/ (setq magit-display-buffer-function 'magit-display-buffer-fullframe-status-topleft-v1) (setq magit-bury-buffer-function 'magit-restore-window-configuration) linkfedilink
u/unhammer commented this in another post that: https://www.reddit.com/r/emacs/comments/179t67l/window_management_share_your_displaybufferalist/k5b56i2/