mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
No need to bind wheel events specially.
This commit is contained in:
parent
29832d73b8
commit
e9ec1a292f
@ -241,10 +241,7 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman")
|
||||
global-map)
|
||||
|
||||
;; Support mouse-wheel scrolling
|
||||
(autoload 'mwheel-scroll "mwheel")
|
||||
(global-set-key [mouse-wheel] 'mwheel-scroll)
|
||||
(global-set-key [C-mouse-wheel] 'mwheel-scroll)
|
||||
(global-set-key [S-mouse-wheel] 'mwheel-scroll)
|
||||
(mouse-wheel-mode 1)
|
||||
|
||||
;; (prefer-coding-system 'mac-roman)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user