ONIZU

Enabling mouse-wheel scrolling in Emacs

Apr 11, 2007 / Dushyant Basson

emacs

Temporary

M-: (mwheel-install)

Permanent

Add the following in .emacs :

(cond (window-system (mwheel-install)))