Change scroll-margin to 0

This commit is contained in:
James Cherti
2024-10-28 15:22:06 -04:00
parent cd09fb72a2
commit 27d4314fa3

View File

@@ -256,8 +256,8 @@
;; 2. Resolve the issue of random half-screen jumps during scrolling. ;; 2. Resolve the issue of random half-screen jumps during scrolling.
(setq auto-window-vscroll nil) (setq auto-window-vscroll nil)
;; Trigger scrolling when the cursor is 1 line from the window edge. ;; Number of lines of margin at the top and bottom of a window.
(setq scroll-margin 1) (setq scroll-margin 0)
;; Horizontal scrolling ;; Horizontal scrolling
(setq hscroll-margin 2 (setq hscroll-margin 2