simpler smooth scrolling, for now till I've got time to play with available options/packages properly

This commit is contained in:
2011-09-15 09:28:22 +01:00
parent a3dfb53f91
commit 16b48f5723
2 changed files with 14 additions and 1 deletions

View File

@@ -29,6 +29,12 @@
;; Display whitespace characters globally
(global-whitespace-mode t)
;; scroll one line at a time (less "jumpy" than defaults)
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1))) ;; one line at a time
(setq mouse-wheel-progressive-speed nil) ;; don't accelerate scrolling
(setq mouse-wheel-follow-mouse 't) ;; scroll window under mouse
(setq scroll-step 1) ;; keyboard scroll one line at a time
;; Customize Whitespace Characters
(setq whitespace-display-mappings
(quote ((newline-mark ?\n [ ?\n] [?$ ?\n])

View File

@@ -70,6 +70,13 @@
(:name lusty-explorer
:type emacswiki
:features lusty-explorer)
;; (:name tabbar
;; :type emacswiki
;; :features tabbar)
;; (:name ide-skel
;; :type emacswiki
;; :features ide-skel
;; :depends tabbar)
(:name ruby-mode
:type svn
:url "http://svn.ruby-lang.org/repos/ruby/trunk/misc/")))
@@ -95,7 +102,7 @@
ruby-compilation
rvm
;; smooth-scrolling
smooth-scroll
;; smooth-scroll
textmate
undo-tree
yaml-mode