From 0470899b26bd4fc3e63d72d22d7bce20fd461fee Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 10 Jan 2025 12:20:57 +0100 Subject: [PATCH] ediff: use current frame, split horizontally --- init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.org b/init.org index a5d8160..fe83a0c 100644 --- a/init.org +++ b/init.org @@ -582,6 +582,8 @@ try out =diff-hl= for highlighting diffs in magit: "gSb" 'magit-blame) :config (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 )) #+end_src