abdeff15b070ff352e440078bb3a442aaff77ae2
[spray] / Readme.org
1 * spray.el
2
3 A speed reading mode for Emacs (an elisp implementation of
4 [[https://github.com/Miserlou/OpenSpritz][OpenSpritz]]).
5
6 ** Installation
7
8 Put this script into a "load-path"ed directory, and load it in your
9 init file.
10
11 : (require 'spray)
12
13 Then you may run spray with "M-x spray-mode". Binding some keys may
14 also be useful.
15
16 : (global-set-key (kbd "<f6>") 'spray-mode)