From e033815cdd9c5a35496438411b6e04adeb424ac6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 28 Jun 2014 11:07:04 +0100 Subject: Emacs: Increase vertical window split threshold --- tag-emacs/emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 34931140..3522fa2d 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-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)) -- cgit 1.4.1