add screencast
[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 ** Screencast
7
8 [[screencast.gif]]
9
10 ** Installation
11
12 Put this script into a "load-path"ed directory, and load it in your
13 init file.
14
15 : (require 'spray)
16
17 Then you may run spray with "M-x spray-mode". Binding some keys may
18 also be useful.
19
20 : (global-set-key (kbd "<f6>") 'spray-mode)