From 3a13f6fdcccbd0df1613a6341f1b852254105c87 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:46:21 -0400 Subject: [PATCH] Update mouse wheel settings --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 34e15b1..6f7548b 100644 --- a/init.el +++ b/init.el @@ -228,8 +228,8 @@ ;; `window-vscroll' for tall lines. auto-window-vscroll nil ;; Mouse - mouse-wheel-scroll-amount '(2 ((shift) . hscroll)) - mouse-wheel-scroll-amount-horizontal 2) + mouse-wheel-scroll-amount '(1 ((shift) . hscroll)) + mouse-wheel-scroll-amount-horizontal 1) ;;; Cursor ;; The blinking cursor is distracting and interferes with cursor settings in