From 14dc92cdf30074297f361858e1f365b689c7e066 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 28 Sep 2015 19:50:31 -0400 Subject: [PATCH] Osx: don't smooth scroll on touchpad --- core/core-os-osx.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-os-osx.el b/core/core-os-osx.el index 40c34b0f1..55f77adb9 100644 --- a/core/core-os-osx.el +++ b/core/core-os-osx.el @@ -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