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!