branch: elpa/inf-clojure commit 81e0912543894e335906009bb40217de8208ab9b Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Tweak some features --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaa14f7..d9c38aa 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ It supports the following REPLs: `inf-clojure` provides a set of essential features for interactive Clojure(Script) development: -* REPL +* Enhanced REPL * Interactive code evaluation * Code completion * Definition lookup @@ -51,8 +51,8 @@ Clojure(Script) development: * ElDoc * Apropos * Macroexpansion -* Require `:reload`/`:reload-all` -* Support connecting to socket REPLs +* Reloading a namespace (via `require :reload`/`require :reload-all`) +* Connecting to socket REPLs For a more powerful/full-featured solution see [CIDER](https://github.com/clojure-emacs/cider).