Posts filed under 'Emacs'
Mousewheel in Emacs
Mousewheel not working in emacs ? The beeps giving you headaches ? Edit your .emacs file to include the following :
(mouse-wheel-mode)
(setq bell-volume 0)
(setq sound-alist nil)
Of course, if you don’t have a .emacs file, create one.
Add comment July 16, 2006