Update comment

This commit is contained in:
James Cherti
2024-08-13 09:50:59 -04:00
parent 3a13f6fdcc
commit 626d35f7da

View File

@@ -224,8 +224,10 @@
scroll-conservatively 10 scroll-conservatively 10
scroll-margin 0 scroll-margin 0
scroll-preserve-screen-position t scroll-preserve-screen-position t
;; Minimize cursor lag slightly by preventing automatic adjustment of ;; Reduce cursor lag by preventing automatic adjustments to
;; `window-vscroll' for tall lines. ;; `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 auto-window-vscroll nil
;; Mouse ;; Mouse
mouse-wheel-scroll-amount '(1 ((shift) . hscroll)) mouse-wheel-scroll-amount '(1 ((shift) . hscroll))