aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:06:47 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:06:47 -0400
commite032e9cca0fbf16d95fbdda9f5d2fabb7748b497 (patch)
tree927684d9d6f4e007f98cdf887e0753629bd49694 /init.el
parentEnhance scrolling behavior (diff)
downloadmmosmacs-e032e9cca0fbf16d95fbdda9f5d2fabb7748b497.tar.gz
mmosmacs-e032e9cca0fbf16d95fbdda9f5d2fabb7748b497.tar.bz2
mmosmacs-e032e9cca0fbf16d95fbdda9f5d2fabb7748b497.zip
Fix mismatched parentheses
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index a578665..b9b7c35 100644
--- a/init.el
+++ b/init.el
@@ -103,7 +103,7 @@
103(setq scroll-margin 2) 103(setq scroll-margin 2)
104 104
105;; Make mouse scroll smoother 105;; Make mouse scroll smoother
106(setq mouse-wheel-scroll-amount '(2)) 106(setq mouse-wheel-scroll-amount '(2)
107 mouse-wheel-progressive-speed nil 107 mouse-wheel-progressive-speed nil
108 mouse-wheel-follow-mouse t) 108 mouse-wheel-follow-mouse t)
109 109
@@ -120,6 +120,7 @@
120 120
121 121
122 122
123
123;; --------------------------------------------------------------------- 124;; ---------------------------------------------------------------------
124;;; File Management 125;;; File Management
125;; ---------------- 126;; ----------------