summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index bb701b5..a254dd8 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))