mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Sane trackpad scroll settings
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
;; Sane scroll settings
|
;; Sane scroll settings
|
||||||
scroll-margin 0
|
scroll-margin 0
|
||||||
scroll-conservatively 101
|
scroll-conservatively 1001
|
||||||
scroll-preserve-screen-position t
|
scroll-preserve-screen-position t
|
||||||
|
|
||||||
shift-select-mode nil
|
shift-select-mode nil
|
||||||
|
@ -13,7 +13,10 @@
|
|||||||
;; 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
|
;; 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)
|
;; fix emacs PATH on OSX (GUI only)
|
||||||
(when window-system
|
(when window-system
|
||||||
|
Reference in New Issue
Block a user