Osx: don't smooth scroll on touchpad

This commit is contained in:
Henrik Lissner 2015-09-28 19:50:31 -04:00
parent 7914e03dad
commit 14dc92cdf3

View file

@ -11,7 +11,9 @@
;; Curse Lion and its sudden but inevitable fullscreen mode!
ns-use-native-fullscreen nil
;; 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
mac-mouse-wheel-smooth-scroll nil)
;; fix emacs PATH on OSX (GUI only)
(when window-system