diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index bb701b58..a254dd86 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1149,7 +1149,8 @@ Also returns nil if pid is nil." (setq scroll-conservatively 100 ; Keep the cursor position when scrolling scroll-margin 1 - scroll-preserve-screen-position nil) + scroll-preserve-screen-position nil + mouse-wheel-scroll-amount '(1 ((shift) . 1) ((control)))) (when menu-bar-mode (menu-bar-mode -1)) |