From 27d4314fa35e61f83b2c1165f9bac3d1079b9b50 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:22:06 -0400 Subject: [PATCH] Change scroll-margin to 0 --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index d4e838e..0b82e98 100644 --- a/init.el +++ b/init.el @@ -256,8 +256,8 @@ ;; 2. Resolve the issue of random half-screen jumps during scrolling. (setq auto-window-vscroll nil) -;; Trigger scrolling when the cursor is 1 line from the window edge. -(setq scroll-margin 1) +;; Number of lines of margin at the top and bottom of a window. +(setq scroll-margin 0) ;; Horizontal scrolling (setq hscroll-margin 2