ediff: use current frame, split horizontally
This commit is contained in:
parent
8b36fd2adf
commit
0470899b26
2
init.org
2
init.org
|
@ -582,6 +582,8 @@ try out =diff-hl= for highlighting diffs in magit:
|
||||||
"gSb" 'magit-blame)
|
"gSb" 'magit-blame)
|
||||||
:config
|
:config
|
||||||
(setq magit-mode-quit-window 'magit-restore-window-configuration
|
(setq magit-mode-quit-window 'magit-restore-window-configuration
|
||||||
|
ediff-window-setup-function #'ediff-setup-windows-plain
|
||||||
|
ediff-merge-split-window-function #'split-window-horizontally
|
||||||
;;magit-auto-revert-mode t
|
;;magit-auto-revert-mode t
|
||||||
))
|
))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
Loading…
Reference in a new issue