From 52e82eb2441377a40bee12a0960b723fd3aaed41 Mon Sep 17 00:00:00 2001
From: Jessie Hildebrandt <jessieh@jessieh.net>
Date: Mon, 11 Dec 2017 19:57:33 -0500
Subject: [PATCH] Disable accelerated mouse wheel scrolling

---
 init.el | 1 +
 1 file changed, 1 insertion(+)

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
  )