Skip to content

Commit

Permalink
remove font change on mwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Horishnii committed Nov 18, 2024
1 parent 2104854 commit 1bc7135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions personal/keybinding.el
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,5 @@

;; remove mwheel font zoom up/down
(setq mouse-wheel-scroll-amount '(1 ((shift) . hscroll) ((meta) . nil)))
(global-set-key (kbd "C-<wheel-down>") 'mwheel-scroll)
(global-set-key (kbd "C-<wheel-up>") 'mwheel-scroll)

0 comments on commit 1bc7135

Please sign in to comment.