From c0f71c6c8ec44f6916dddbec94e1f4a39a457c60 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:36:29 -0500 Subject: [PATCH] Remove scroll-step --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 9b3f9c5..8c12efb 100644 --- a/init.el +++ b/init.el @@ -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.