chore(ui): Make mouse scrolling a bit smoother

This commit is contained in:
2020-03-01 22:05:33 +00:00
parent 937e61d482
commit c7c8b77c28

View File

@@ -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)