From a4beb5269fa0161160fb23997d9d7c9153184c1a Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Thu, 10 Oct 2013 08:32:48 +0200 Subject: [PATCH] Update. --- emacs.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs.el b/emacs.el index 3d01f80..a3e1386 100644 --- a/emacs.el +++ b/emacs.el @@ -219,6 +219,12 @@ load-warning buffer in case of failure." mc-use-default-recipients t ;; browse-url-new-window-flag t + + ;; I do not like compilation to automatically split the active window + ;; vertically, even when the said window is very wide + split-height-threshold 0 + split-width-threshold nil + ) ;; The backups -- 2.20.1