Add next-screen-context-lines
This commit is contained in:
3
init.el
3
init.el
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user