Change threshold for horizontal split
This commit is contained in:
parent
efbc61c3d8
commit
8e2270eaae
1 changed files with 1 additions and 0 deletions
1
init.el
1
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue