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:
parent
79413be1f0
commit
fd949e7063
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue