commit 38d72eab7460fc8f913e12048397f3fd05c34b05 from: Lukas Henkel date: Sat Jun 04 19:24:22 2022 UTC Split ediff horizontally commit - f20365c9fb6dc348da6d229ef48f0d0f67dab288 commit + 38d72eab7460fc8f913e12048397f3fd05c34b05 blob - 8712a8bc45143fd6c3104500110dea2d74683415 blob + 9d8fafd469b8f4d8bb2fa2cc6d36a528f54cdf3f --- init.el +++ init.el @@ -235,6 +235,7 @@ '(delete-selection-mode t) '(dired-dwim-target 'dired-dwim-target-next) '(dired-kill-when-opening-new-dired-buffer t) + '(ediff-split-window-function 'split-window-horizontally) '(fido-mode t) '(fido-vertical-mode t) '(frame-resize-pixelwise t)