diff --git a/init.el b/init.el index 67ad3b6..52d664b 100644 --- a/init.el +++ b/init.el @@ -49,6 +49,7 @@ inhibit-startup-screen t ; Don't show startup screen inhibit-splash-screen t ; Don't show splash screen x-gtk-use-system-tooltips nil ; Don't use system tooltips + mouse-wheel-progressive-speed nil ; Don't accelerate mouse scrolling custom-file "custom.el" ; Use separate custom-vars file )