From 63dc725ea02b79d4386237f38beab88088a0a872 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 18 Feb 2025 12:34:34 -0500 Subject: [PATCH] Remove mouse-wheel-scroll-amount-horizontal and mouse-wheel-scroll-amount --- init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.el b/init.el index 3b487bb..24f3cb2 100644 --- a/init.el +++ b/init.el @@ -299,9 +299,6 @@ (setq mouse-yank-at-point nil) -(setq mouse-wheel-scroll-amount '(2 ((shift) . hscroll)) - mouse-wheel-scroll-amount-horizontal 2) - ;; Emacs 29 (when (memq 'context-menu minimal-emacs-ui-features) (when (and (display-graphic-p) (fboundp 'context-menu-mode))