Remove scroll-step
This commit is contained in:
4
init.el
4
init.el
@@ -280,10 +280,6 @@
|
|||||||
;; window is never automatically recentered.
|
;; window is never automatically recentered.
|
||||||
(setq scroll-conservatively 101)
|
(setq scroll-conservatively 101)
|
||||||
|
|
||||||
;; Enables smooth scrolling by making Emacs scroll the window by 1 line whenever
|
|
||||||
;; the cursor moves off the visible screen.
|
|
||||||
(setq scroll-step 1)
|
|
||||||
|
|
||||||
;; Reduce cursor lag by:
|
;; Reduce cursor lag by:
|
||||||
;; 1. Preventing automatic adjustments to `window-vscroll' for long lines.
|
;; 1. Preventing automatic adjustments to `window-vscroll' for long lines.
|
||||||
;; 2. Resolving the issue of random half-screen jumps during scrolling.
|
;; 2. Resolving the issue of random half-screen jumps during scrolling.
|
||||||
|
|||||||
Reference in New Issue
Block a user