From 454c4132d4e4ca55fdc58f08bef3a9d80f540490 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 26 Jan 2021 23:44:40 -0500 Subject: [PATCH] Slower mouse-wheel and re-enable acceleration This improves the illusion of faster scrolling. --- core/core-ui.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-ui.el b/core/core-ui.el index aa6171759..078c048c1 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -194,8 +194,7 @@ or if the current buffer is read-only or not file-visiting." ;; for tall lines. auto-window-vscroll nil ;; mouse - mouse-wheel-scroll-amount '(5 ((shift) . 2)) - mouse-wheel-progressive-speed nil) ; don't accelerate scrolling + mouse-wheel-scroll-amount '(2 ((shift) . hscroll))) ;; Remove hscroll-margin in shells, otherwise it causes jumpiness (setq-hook! '(eshell-mode-hook term-mode-hook) hscroll-margin 0)