From 68250cf303386a2ffb4c0e306aa5be9d077a5a4b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 3 Sep 2019 11:51:41 +0100 Subject: [PATCH 1/1] dot/emacs: Have `ediff' windows side-by-side by default. --- dot/emacs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot/emacs b/dot/emacs index dc25a4c..bd9c448 100644 --- a/dot/emacs +++ b/dot/emacs @@ -416,6 +416,8 @@ (setq cltl2-root-url (mdw-config 'cltl-url)) (setq common-lisp-hyperspec-root (mdw-config 'hyperspec-url)) +(setq ediff-split-window-function 'split-window-horizontally) + (setq rfcview-rfc-location-pattern "/ftp@mirror.distorted.org.uk:/pub/mirrors/rfc/rfc%s.txt" rfcview-std-location-pattern -- 2.11.0