auto-window-vscroll = nil

This commit is contained in:
Henrik Lissner 2019-10-17 20:12:43 -04:00
parent 55a6abbc91
commit d987a81b33
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -173,6 +173,9 @@ read-only or not file-visiting."
scroll-conservatively 10
scroll-margin 0
scroll-preserve-screen-position t
;; Reduce cursor lag by a tiny bit by not auto-adjusting `window-vscroll'
;; for tall lines.
auto-window-vscroll nil
;; mouse
mouse-wheel-scroll-amount '(5 ((shift) . 2))
mouse-wheel-progressive-speed nil) ; don't accelerate scrolling