chiark / gitweb /
texlive-bin: remove perl as dependency as it is only required for a few optional...
[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)