Saner mouse/trackpad scroll settings

This commit is contained in:
Henrik Lissner 2015-11-09 15:52:55 -05:00
parent d688b4212f
commit 6d2f7d9011

View file

@ -7,16 +7,17 @@
;; Prefixes: Command = M, Alt = A
mac-command-modifier 'meta
mac-option-modifier 'alt
;; sane trackpad/mouse scroll settings
mac-mouse-wheel-smooth-scroll nil
mouse-wheel-scroll-amount '(8 ((shift) . 2)) ;; one line at a time
mouse-wheel-progressive-speed nil ;; don't accelerate scrolling
;;; NOTE These mean nothing to railwaycat's emacs-mac build on OSX
;; 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
;; smooth scrolling is slow
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
ns-pop-up-frames nil)
;; fix emacs PATH on OSX (GUI only)
(when window-system