Make it possible to opt in to _FILE_OFFSET_BITS=64
[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)