From 32e61247c6a28a3dbda5ca203ebb10f31125bf37 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sat, 4 Oct 2014 21:11:52 +0200 Subject: [PATCH] Add README file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8fc3f36 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Installation +============ + +Add `gobgen.el` to your Emacs start script: + +`(load "gobgen.el")` + +Usage +===== + +`M-x gobgen ` + +Requirements +============ + +gobgen.el depends only on Emacs' widget library. + +Tested on Emacs 24.3, please report if you succeed (or fail) on other +versions!