mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
simpler smooth scrolling, for now till I've got time to play with available options/packages properly
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user