mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Osx: don't smooth scroll on touchpad
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user