From 626d35f7da07972e17b2e686274b5fed2ee89f04 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:50:59 -0400 Subject: [PATCH] Update comment --- init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 6f7548b..cd45ce7 100644 --- a/init.el +++ b/init.el @@ -224,8 +224,10 @@ scroll-conservatively 10 scroll-margin 0 scroll-preserve-screen-position t - ;; Minimize cursor lag slightly by preventing automatic adjustment of - ;; `window-vscroll' for tall lines. + ;; Reduce cursor lag by preventing automatic adjustments to + ;; `window-vscroll' for unusually long lines. Setting + ;; `auto-window-vscroll' it to nil also resolves the issue of random + ;; half-screen jumps during scrolling. auto-window-vscroll nil ;; Mouse mouse-wheel-scroll-amount '(1 ((shift) . hscroll))