emacs: make new magit buffers taller/full-size by default
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -961,7 +961,7 @@ :init (customize-set-value 'magit-auto-revert-mode nil) :config (progn (setq magit-section-visibility-indicator nil magit-diff-refine-hunk 'all - magit-display-buffer-function #'display-buffer) + magit-display-buffer-function #'magit-display-buffer-fullcolumn-most-v1) (remove-hook 'magit-status-sections-hook 'magit-insert-tags-header) (remove-hook 'magit-section-highlight-hook 'magit-section-highlight) (remove-hook 'magit-section-highlight-hook 'magit-section-highlight-selection)