mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Slower mouse-wheel and re-enable acceleration
This improves the illusion of faster scrolling.
This commit is contained in:
@ -194,8 +194,7 @@ or if the current buffer is read-only or not file-visiting."
|
|||||||
;; for tall lines.
|
;; for tall lines.
|
||||||
auto-window-vscroll nil
|
auto-window-vscroll nil
|
||||||
;; mouse
|
;; mouse
|
||||||
mouse-wheel-scroll-amount '(5 ((shift) . 2))
|
mouse-wheel-scroll-amount '(2 ((shift) . hscroll)))
|
||||||
mouse-wheel-progressive-speed nil) ; don't accelerate scrolling
|
|
||||||
|
|
||||||
;; Remove hscroll-margin in shells, otherwise it causes jumpiness
|
;; Remove hscroll-margin in shells, otherwise it causes jumpiness
|
||||||
(setq-hook! '(eshell-mode-hook term-mode-hook) hscroll-margin 0)
|
(setq-hook! '(eshell-mode-hook term-mode-hook) hscroll-margin 0)
|
||||||
|
Reference in New Issue
Block a user