From e032e9cca0fbf16d95fbdda9f5d2fabb7748b497 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:06:47 -0400 Subject: Fix mismatched parentheses --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index a578665..b9b7c35 100644 --- a/init.el +++ b/init.el @@ -103,7 +103,7 @@ (setq scroll-margin 2) ;; Make mouse scroll smoother -(setq mouse-wheel-scroll-amount '(2)) +(setq mouse-wheel-scroll-amount '(2) mouse-wheel-progressive-speed nil mouse-wheel-follow-mouse t) @@ -120,6 +120,7 @@ + ;; --------------------------------------------------------------------- ;;; File Management ;; ---------------- -- cgit v1.2.3