Change scroll-margin to 0
This commit is contained in:
4
init.el
4
init.el
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user