From 2643d7e5ba65c9270c8f465a7c2eee0c0771eb9e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 29 May 2019 23:46:45 -0400 Subject: [PATCH] Prefer vertical splits --- core/core-ui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 420e34e4f..8fcbb48b0 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -190,11 +190,13 @@ read-only or not file-visiting." 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 160 ; favor horizontal splits uniquify-buffer-name-style nil ; custom modeline will show file paths anyway use-dialog-box nil ; always avoid GUI visible-cursor nil x-stretch-cursor nil + ;; Favor vertical splits + split-width-threshold 160 + split-height-threshold nil ;; `pos-tip' defaults pos-tip-internal-border-width 6 pos-tip-border-width 1