Add next-screen-context-lines

This commit is contained in:
James Cherti
2025-03-06 15:37:47 -05:00
parent c0f71c6c8e
commit cd9ec4cd56

View File

@@ -288,6 +288,9 @@
;; Number of lines of margin at the top and bottom of a window. ;; Number of lines of margin at the top and bottom of a window.
(setq scroll-margin 0) (setq scroll-margin 0)
;; Number of lines of continuity when scrolling by screenfuls.
(setq next-screen-context-lines 0)
;; Horizontal scrolling ;; Horizontal scrolling
(setq hscroll-margin 2 (setq hscroll-margin 2
hscroll-step 1) hscroll-step 1)