A
Size: a a a
A
PS
A
EZ
EZ
A
EZ
A
A
PS
A
PS
a
:custom
(magit-display-buffer-function 'magit-display-buffer-fullcolumn-most-v1)
:preface
(defun chrisands-fill-the-frame-with-buffer (&optional buffer)
(setq buffer (or buffer (current-buffer)))
(display-buffer buffer)
(delete-other-windows (get-buffer-window buffer)))
:hook
(magit-diff-mode . chrisands-fill-the-frame-with-buffer)
PS
a
:preface
(defun chrisands-fill-the-frame-with-buffer (&optional buffer)
(setq buffer (or buffer (current-buffer)))
(display-buffer buffer)
(delete-other-windows (get-buffer-window buffer)))
:hook
(magit-diff-mode . chrisands-fill-the-frame-with-buffer)
PG
PG
A
A
AP