diff options
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 3493114..3522fa2 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)) |