Increase scroll margin

This commit is contained in:
2014-04-12 11:19:56 +01:00
parent c46e7f6700
commit 8d124ef05d

View File

@@ -70,7 +70,7 @@
(setq redisplay-dont-pause t
mouse-wheel-scroll-amount '(1 ((shift) . 10)) ;; one line at a time
mouse-wheel-follow-mouse 't ;; scroll window under mouse
scroll-margin 1
scroll-margin 3
scroll-step 1
scroll-conservatively 10000
scroll-preserve-screen-position 1)