chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
preload-hacks: Some patches to make it work.
[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)