mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(ui): Make mouse scrolling a bit smoother
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user