From 8e2270eaaee519027cae9c355c2c982f6e082368 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Tue, 12 Mar 2024 16:17:11 +0100 Subject: [PATCH] Change threshold for horizontal split --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 7444b95..f066c97 100644 --- a/init.el +++ b/init.el @@ -68,6 +68,7 @@ (set-keyboard-coding-system 'utf-8) (setq auto-window-vscroll nil) (setq frame-resize-pixelwise t) + (setq split-height-threshold 100) (setq view-read-only t) ;; Newline at end of file (setq require-final-newline t)