add keymap / restore restriction
[spray] / Readme.org
1 * spray.el
2
3 A speed reading mode for Emacs.
4
5 The algorithm is taken from [[https://github.com/Miserlou/OpenSpritz][OpenSpritz]] (with a few modifications).
6
7 ** Screencast
8
9 [[screencast.gif]]
10
11 ** Installation
12
13 Put this script into a "load-path"ed directory, and load it in your
14 init file.
15
16 : (require 'spray)
17
18 Then you may run spray with "M-x spray-mode". Binding some keys may
19 also be useful.
20
21 : (global-set-key (kbd "<f6>") 'spray-mode)