From a8332fd34a7df1861734ebd0a7e8a073acc4e019 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 29 Nov 2011 23:09:48 +0000 Subject: [PATCH] scroll 10 lines when shift is held --- appearance.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appearance.el b/appearance.el index 5ddf484..13adaeb 100644 --- a/appearance.el +++ b/appearance.el @@ -32,7 +32,7 @@ (setq linum+-smart-format "%%%dd " linum+-dynamic-format "%%%dd ")) ;; scroll one line at a time (less "jumpy" than defaults) -(setq mouse-wheel-scroll-amount '(2 ((shift) . 2)) ;; one line at a time +(setq mouse-wheel-scroll-amount '(2 ((shift) . 10)) ;; two lines at a time 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