Favor horizontal splits (for widescreen LCDs)
This commit is contained in:
parent
2adbd54b59
commit
0f6884f9d6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ overlay.")
|
||||||
mouse-yank-at-point t ; middle-click paste at point, not at click
|
mouse-yank-at-point t ; middle-click paste at point, not at click
|
||||||
resize-mini-windows 'grow-only ; Minibuffer resizing
|
resize-mini-windows 'grow-only ; Minibuffer resizing
|
||||||
show-help-function nil ; hide :help-echo text
|
show-help-function nil ; hide :help-echo text
|
||||||
split-width-threshold nil ; favor horizontal splits
|
split-width-threshold 160 ; favor horizontal splits
|
||||||
uniquify-buffer-name-style 'forward
|
uniquify-buffer-name-style 'forward
|
||||||
use-dialog-box nil ; always avoid GUI
|
use-dialog-box nil ; always avoid GUI
|
||||||
visible-cursor nil
|
visible-cursor nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue