From 82f6c1fe4bab5591cc68d4ce69df16b1a4b675ca Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:37:35 -0500 Subject: [PATCH] Remove mouse-wheel-scroll-amount-* --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index e51ed97..8c4a386 100644 --- a/init.el +++ b/init.el @@ -265,9 +265,6 @@ ;;; Mouse Scroll -(setq mouse-wheel-scroll-amount '(1 ((shift) . hscroll)) - mouse-wheel-scroll-amount-horizontal 1) - ;; Emacs 29 (when (memq 'context-menu minimal-emacs-ui-features) (when (and (display-graphic-p) (fboundp 'context-menu-mode))