chiark / gitweb /
picolisp: Update from 17.9.27 to 17.10.28
[termux-packages] / packages / emacs / site-init.el
1 ; Enable terminal mouse events:
2 (xterm-mouse-mode 1)
3 (global-set-key [mouse-4] 'scroll-down-line)
4 (global-set-key [mouse-5] 'scroll-up-line)