Sane trackpad scroll settings

This commit is contained in:
Henrik Lissner 2015-11-07 00:19:21 -05:00
parent d96a556f19
commit db19a6d251
2 changed files with 5 additions and 2 deletions

View file

@ -13,7 +13,7 @@
;; Sane scroll settings ;; Sane scroll settings
scroll-margin 0 scroll-margin 0
scroll-conservatively 101 scroll-conservatively 1001
scroll-preserve-screen-position t scroll-preserve-screen-position t
shift-select-mode nil shift-select-mode nil

View file

@ -13,7 +13,10 @@
;; Don't open files from the workspace in a new frame ;; Don't open files from the workspace in a new frame
ns-pop-up-frames nil ns-pop-up-frames nil
;; smooth scrolling is slow ;; smooth scrolling is slow
mac-mouse-wheel-smooth-scroll nil) mac-mouse-wheel-smooth-scroll nil
mouse-wheel-scroll-amount '(2 ((shift) . 6)) ;; one line at a time
mouse-wheel-progressive-speed nil) ;; don't accelerate scrolling
;; fix emacs PATH on OSX (GUI only) ;; fix emacs PATH on OSX (GUI only)
(when window-system (when window-system