mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Make diff larger when committing via magit
The diff window contains more important information, so we shrink the git commit window and enlargen the diff window.
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
;; this one.
|
||||
((or (bound-and-true-p git-commit-mode)
|
||||
(derived-mode-p 'magit-log-mode))
|
||||
'(display-buffer-below-selected))
|
||||
'(display-buffer-below-selected . ((window-height . 0.7))))
|
||||
;; From a magit buffer, set aside the magit-status window if it
|
||||
;; exists (we want it always to be visible), then display the
|
||||
;; target buffer in the current window.
|
||||
|
Reference in New Issue
Block a user