From c7c8b77c281ae3984df6d6983be995bd5837cfe6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 1 Mar 2020 22:05:33 +0000 Subject: [PATCH] chore(ui): Make mouse scrolling a bit smoother --- core/siren-core-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)