diff options
-rw-r--r-- | user/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |