From d987a81b3384a4712faf3aade9381334338c05a6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 17 Oct 2019 20:12:43 -0400 Subject: [PATCH] auto-window-vscroll = nil --- core/core-ui.el | 3 +++ 1 file changed, 3 insertions(+) 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