Disable accelerated mouse wheel scrolling
This commit is contained in:
parent
3bb7290d45
commit
52e82eb244
1
init.el
1
init.el
@ -49,6 +49,7 @@
|
|||||||
inhibit-startup-screen t ; Don't show startup screen
|
inhibit-startup-screen t ; Don't show startup screen
|
||||||
inhibit-splash-screen t ; Don't show splash screen
|
inhibit-splash-screen t ; Don't show splash screen
|
||||||
x-gtk-use-system-tooltips nil ; Don't use system tooltips
|
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
|
custom-file "custom.el" ; Use separate custom-vars file
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user