From 8deadfe74e88dba276ea927b0bca50da80f41abc Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Sun, 11 Jun 2017 13:47:59 +0200 Subject: [PATCH] Tweak split-height/width-thresholds, appropriate for bigger screens --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 497f1a3..6bf5130 100644 --- a/init.org +++ b/init.org @@ -283,7 +283,8 @@ (setq-default fill-column 79 ; Maximum line width truncate-lines t ; Don't fold lines indent-tabs-mode nil ; Use spaces instead of tabs - split-width-threshold 100 ; Split verticly by default + split-width-threshold 160 ; Split verticly by default + split-height-threshold nil ; Split verticly by default auto-fill-function 'do-auto-fill) ; Auto-fill-mode everywhere #+END_SRC