Tweak split-height/width-thresholds, appropriate for bigger screens

This commit is contained in:
Lars Tveito 2017-06-11 13:47:59 +02:00
parent 54cbfd2f9e
commit 8deadfe74e

View File

@ -283,7 +283,8 @@
(setq-default fill-column 79 ; Maximum line width (setq-default fill-column 79 ; Maximum line width
truncate-lines t ; Don't fold lines truncate-lines t ; Don't fold lines
indent-tabs-mode nil ; Use spaces instead of tabs 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 auto-fill-function 'do-auto-fill) ; Auto-fill-mode everywhere
#+END_SRC #+END_SRC