Osx: don't smooth scroll on touchpad
This commit is contained in:
parent
7914e03dad
commit
14dc92cdf3
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
||||||
;; 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)
|
||||||
|
|
||||||
;; 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