branch: elpa/engine-mode commit a1b3e4fb71155c01963a3451c3e45d3a08215ede Author: Harry Schwartz <he...@harryrschwartz.com> Commit: Harry Schwartz <he...@harryrschwartz.com>
Include animated gif demo Lots of projects demo their features with an animated gif embedded in their READMEs. That's an awfully good idea (it definitely influences me to try projects). --- README.md | 2 ++ doc/demo.gif | Bin 0 -> 525112 bytes 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0bbe23e3ad..1c9a319a40 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ search engines, bind them to keybindings, and query them from the comfort of your editor. + + For example, suppose we want to be able to easily search GitHub: ```emacs diff --git a/doc/demo.gif b/doc/demo.gif new file mode 100644 index 0000000000..4b66aba676 Binary files /dev/null and b/doc/demo.gif differ