libmsgpack: Update from 2.0.0 to 2.1.0
[termux-packages] / packages / emacs / site-init.el
index 064a308..f93baeb 100644 (file)
@@ -1,2 +1,4 @@
 ; Enable terminal mouse events:
 (xterm-mouse-mode 1)
+(global-set-key [mouse-4] 'scroll-down-line)
+(global-set-key [mouse-5] 'scroll-up-line)