From db19a6d2510d344f024ffe9056904a577356a96a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 7 Nov 2015 00:19:21 -0500 Subject: [PATCH] Sane trackpad scroll settings --- core/core-editor.el | 2 +- core/core-os-osx.el | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 1eb996773..fbcff3b53 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -13,7 +13,7 @@ ;; Sane scroll settings scroll-margin 0 - scroll-conservatively 101 + scroll-conservatively 1001 scroll-preserve-screen-position t shift-select-mode nil diff --git a/core/core-os-osx.el b/core/core-os-osx.el index 8e91edb84..7225cef86 100644 --- a/core/core-os-osx.el +++ b/core/core-os-osx.el @@ -13,7 +13,10 @@ ;; Don't open files from the workspace in a new frame ns-pop-up-frames nil ;; 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) (when window-system