diff --git a/core/siren-core-ui.el b/core/siren-core-ui.el index 9639cd7..ebd0722 100644 --- a/core/siren-core-ui.el +++ b/core/siren-core-ui.el @@ -27,7 +27,7 @@ ;; scroll-conservatively 100000 ;; scroll-preserve-screen-position 1) ;; (setq redisplay-dont-pause t) -(setq mouse-wheel-scroll-amount '(1 ((shift) . 10))) ;; one line at a time +(setq mouse-wheel-scroll-amount '(1 ((shift) . 1))) ;; one line at a time (setq mouse-wheel-follow-mouse 't) ;; scroll window under mouse (setq scroll-margin 4) (setq scroll-step 1)