PG
Size: a a a
PG
PG
PG
S
AP
A
PS
PG
PS
PS
PG
PS
PG
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)
PS
A
a
(use-package window
:custom
(split-height-threshold nil)
(split-width-threshold 0))
A
(use-package window
:custom
(split-height-threshold nil)
(split-width-threshold 0))
a
a
split-window-preferred-function
позволяет более тонкую настройку, видимо. Не изучал, меня все устраивает.