diff options
| author | Craig Jennings <c@cjennings.net> | 2025-07-12 10:59:54 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-07-12 10:59:54 -0500 |
| commit | aaac9a8827474670b6f97b889ca29b23c485401a (patch) | |
| tree | 8141342fa44fccfc9c6cd2ff8b76fbd484e86257 /modules | |
| parent | 54c092a015be68bc8415c5d824dbc1dc1d1cc333 (diff) | |
| download | dotemacs-aaac9a8827474670b6f97b889ca29b23c485401a.tar.gz dotemacs-aaac9a8827474670b6f97b889ca29b23c485401a.zip | |
scroll 3 lines from top/bottom
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system-defaults.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
