From cd9ec4cd56371a15b6da286af010c0033352c29d Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:37:47 -0500 Subject: [PATCH] Add next-screen-context-lines --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 8c12efb..fea0dc3 100644 --- a/init.el +++ b/init.el @@ -288,6 +288,9 @@ ;; Number of lines of margin at the top and bottom of a window. (setq scroll-margin 0) +;; Number of lines of continuity when scrolling by screenfuls. +(setq next-screen-context-lines 0) + ;; Horizontal scrolling (setq hscroll-margin 2 hscroll-step 1)