mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Prefer vertical splits
This commit is contained in:
@ -190,11 +190,13 @@ read-only or not file-visiting."
|
|||||||
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 160 ; favor horizontal splits
|
|
||||||
uniquify-buffer-name-style nil ; custom modeline will show file paths anyway
|
uniquify-buffer-name-style nil ; custom modeline will show file paths anyway
|
||||||
use-dialog-box nil ; always avoid GUI
|
use-dialog-box nil ; always avoid GUI
|
||||||
visible-cursor nil
|
visible-cursor nil
|
||||||
x-stretch-cursor nil
|
x-stretch-cursor nil
|
||||||
|
;; Favor vertical splits
|
||||||
|
split-width-threshold 160
|
||||||
|
split-height-threshold nil
|
||||||
;; `pos-tip' defaults
|
;; `pos-tip' defaults
|
||||||
pos-tip-internal-border-width 6
|
pos-tip-internal-border-width 6
|
||||||
pos-tip-border-width 1
|
pos-tip-border-width 1
|
||||||
|
Reference in New Issue
Block a user