summary refs log tree commit diff stats
path: root/user/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'user/emacs')
-rw-r--r--user/emacs/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 5da22a7c..8bb3d7cd 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -92,6 +92,10 @@
 
 (setq font-lock-maximum-decoration '((t . 1)))
 
+(when (and (eq system-type 'darwin)
+           (fboundp #'mac-mouse-wheel-mode))
+  (mac-mouse-wheel-mode +1))
+
 ;;; Chrome
 (column-number-mode +1)
 (use-package doom-modeline