aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;; ----------------