From 50a401cc9f91053bee8a8a54e52feef8a7cecb57 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 4 Oct 2011 08:52:57 +0100 Subject: [PATCH] scroll margin of 5 instead of 10 for small windows --- appearance.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appearance.el b/appearance.el index daa64fc..6458cee 100644 --- a/appearance.el +++ b/appearance.el @@ -35,7 +35,7 @@ mouse-wheel-progressive-speed nil ;; don't accelerate scrolling mouse-wheel-follow-mouse 't ;; scroll window under mouse scroll-step 1 ;; keyboard scroll one line at a time - scroll-margin 10) + scroll-margin 5) ;; Display whitespace characters globally (global-whitespace-mode t)