Modify scroll behavior

This commit is contained in:
2014-05-23 11:15:22 +01:00
parent 0b147618d5
commit 0f13a08653
2 changed files with 2 additions and 4 deletions

View File

@@ -60,10 +60,9 @@
(setq redisplay-dont-pause t
mouse-wheel-scroll-amount '(1 ((shift) . 10)) ;; one line at a time
mouse-wheel-follow-mouse 't ;; scroll window under mouse
scroll-margin 3
scroll-margin 4
scroll-step 1
scroll-conservatively 10000
scroll-preserve-screen-position 1)
scroll-conservatively 10000)
;; Enable mouse support when running in a console
(unless window-system

View File

@@ -113,7 +113,6 @@
'(projectile-globally-ignored-files (quote ("TAGS" "*.log")))
'(ruby-use-encoding-map nil)
'(safe-local-variable-values (quote ((eval rainbow-mode 1))))
'(scroll-margin 4)
'(scss-compile-at-save nil)
'(search-exit-option nil)
'(smooth-scroll-margin 6)