mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
Tweak split-height/width-thresholds, appropriate for bigger screens
This commit is contained in:
parent
54cbfd2f9e
commit
8deadfe74e
3
init.org
3
init.org
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user