From 2104854791a2865cafa213a00ca90d00a8cb8d01 Mon Sep 17 00:00:00 2001 From: Oleksii Horishnii Date: Mon, 15 Apr 2024 15:57:27 +0100 Subject: [PATCH] remove mwheel font zoom up/down --- personal/keybinding.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/personal/keybinding.el b/personal/keybinding.el index cff9b65e4e..f55a83d44b 100644 --- a/personal/keybinding.el +++ b/personal/keybinding.el @@ -161,3 +161,6 @@ (global-set-key (kbd "H-, i u") 'string-inflection-underscore) (global-set-key (kbd "H-, i U") 'string-inflection-upcase) (global-set-key (kbd "H-, i l") 'string-inflection-lisp) + +;; remove mwheel font zoom up/down +(setq mouse-wheel-scroll-amount '(1 ((shift) . hscroll) ((meta) . nil)))