1

Disable accelerated mouse wheel scrolling

This commit is contained in:
Jessie Hildebrandt 2017-12-11 19:57:33 -05:00
parent 3bb7290d45
commit 52e82eb244

View File

@ -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
)