Change threshold for horizontal split

This commit is contained in:
Dimitri Lozeve 2024-03-12 16:17:11 +01:00
parent efbc61c3d8
commit 8e2270eaae

View file

@ -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)