Saner mouse/trackpad scroll settings
This commit is contained in:
parent
d688b4212f
commit
6d2f7d9011
1 changed files with 7 additions and 6 deletions
|
@ -7,16 +7,17 @@
|
||||||
;; Prefixes: Command = M, Alt = A
|
;; Prefixes: Command = M, Alt = A
|
||||||
mac-command-modifier 'meta
|
mac-command-modifier 'meta
|
||||||
mac-option-modifier 'alt
|
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
|
;;; NOTE These mean nothing to railwaycat's emacs-mac build on OSX
|
||||||
;; Curse Lion and its sudden but inevitable fullscreen mode!
|
;; Curse Lion and its sudden but inevitable fullscreen mode!
|
||||||
ns-use-native-fullscreen nil
|
ns-use-native-fullscreen nil
|
||||||
;; 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
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue