From aaac9a8827474670b6f97b889ca29b23c485401a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 12 Jul 2025 10:59:54 -0500 Subject: scroll 3 lines from top/bottom --- modules/system-defaults.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system-defaults.el b/modules/system-defaults.el index 75de326ec..99c21b550 100644 --- a/modules/system-defaults.el +++ b/modules/system-defaults.el @@ -96,7 +96,7 @@ ;; provide smoothest scrolling and avoid accidental gestures (setq mouse-wheel-follow-mouse 't) ;; scroll window under mouse -(setq scroll-margin 5) ;; scroll w/in 10 lines of top/bottom +(setq scroll-margin 3) ;; start scrolling at 3 lines from top/bottom (setq scroll-step 1) ;; keyboard scroll one line at a time ;; disable pasting with mouse-wheel click -- cgit v1.2.3