branch: elpa/inf-clojure commit 8c37fba94493185536292c030ad3025476af91a3 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Mention some of the essential features in the README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 9d406e4..b4dab38 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,21 @@ auto-completion and a minor mode (`inf-clojure-minor-mode`), which extends `clojure-mode` with commands to evaluate forms directly in the REPL. +`inf-clojure` provides a set of essential features for interactive +Clojure(Script) development: + +* REPL +* Interactive code evaluation +* Code completion +* Definition lookup +* Documentation lookup +* ElDoc +* Apropos +* Macroexpansion +* Support connecting to socket REPLs +* Support for Lumo +* Support for Planck + For a more powerful/full-featured solution see [CIDER][]. ## Installation