ediff: use current frame, split horizontally

This commit is contained in:
Janis 2025-01-10 12:20:57 +01:00
parent 8b36fd2adf
commit 0470899b26

View file

@ -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