all repos — nixfiles @ e033815cdd9c5a35496438411b6e04adeb424ac6

System and user configuration, managed by nix and home-manager

Emacs: Increase vertical window split threshold

Alan Pearce
commit

e033815cdd9c5a35496438411b6e04adeb424ac6

parent

7b4a011475e80ba795ccfa4c7ea7491831dbe5c7

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -1068,7 +1068,8 @@
(setq scroll-conservatively 100 ; Keep the cursor position when scrolling scroll-margin 1 scroll-preserve-screen-position nil - mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control)))) + mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control))) + split-height-threshold 100) (when menu-bar-mode (menu-bar-mode -1))