Skip to content

Commit

Permalink
remove mwheel font zoom up/down
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Horishnii committed Apr 15, 2024
1 parent ec04345 commit 2104854
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions personal/keybinding.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))

0 comments on commit 2104854

Please sign in to comment.