diff --git a/core/core-ui.el b/core/core-ui.el index 647c9a5c5..88c76409d 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -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