From 0f6884f9d6d350188270c9b5c053fcbbe037d149 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 2 Jul 2017 16:55:39 +0200 Subject: [PATCH] Favor horizontal splits (for widescreen LCDs) --- core/core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index e3545b2b7..53fbcc11c 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -57,7 +57,7 @@ overlay.") mouse-yank-at-point t ; middle-click paste at point, not at click resize-mini-windows 'grow-only ; Minibuffer resizing show-help-function nil ; hide :help-echo text - split-width-threshold nil ; favor horizontal splits + split-width-threshold 160 ; favor horizontal splits uniquify-buffer-name-style 'forward use-dialog-box nil ; always avoid GUI visible-cursor nil