Update comment
This commit is contained in:
6
init.el
6
init.el
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user