diff --git a/init.el b/init.el index ce4df40..f72323c 100644 --- a/init.el +++ b/init.el @@ -31,6 +31,11 @@ :init (pixel-scroll-precision-mode +1)) +(use-package mwheel + :custom + (mouse-wheel-scroll-amount '(1 ((shift) . 1))) + (mouse-wheel-progressive-speed nil) + (mouse-wheel-follow-mouse t)) ;; Bind normal forward/back buttons on mouse to next/previous buffer respectively (keymap-global-set "" #'previous-buffer)