mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
moved scrolling behavior customizations from appearance.el to behavior.el
This commit is contained in:
@@ -31,12 +31,6 @@
|
||||
(if window-system ()
|
||||
(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) . 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
|
||||
scroll-margin 0)
|
||||
|
||||
;; Display whitespace characters globally
|
||||
(global-whitespace-mode t)
|
||||
|
||||
@@ -11,3 +11,9 @@
|
||||
;; (winner-mode 1)
|
||||
|
||||
;; (desktop-save-mode 1)
|
||||
;; scroll one line at a time (less "jumpy" than defaults)
|
||||
(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
|
||||
scroll-margin 0)
|
||||
|
||||
Reference in New Issue
Block a user