From 6dbc34a0cf8ac99269662d899edce0cfe7794181 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 13 Apr 2023 15:35:22 +0200 Subject: emacs: make new magit buffers taller/full-size by default --- user/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/emacs/init.el b/user/emacs/init.el index 927ed1fb..9aa0b715 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -961,7 +961,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :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) -- cgit 1.4.1