Remove scroll-step

This commit is contained in:
James Cherti
2025-03-06 15:36:29 -05:00
parent 3de457c5f6
commit c0f71c6c8e

View File

@@ -280,10 +280,6 @@
;; window is never automatically recentered.
(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:
;; 1. Preventing automatic adjustments to `window-vscroll' for long lines.
;; 2. Resolving the issue of random half-screen jumps during scrolling.