We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a279e commit 81e0912Copy full SHA for 81e0912
README.md
@@ -43,16 +43,16 @@ It supports the following REPLs:
43
`inf-clojure` provides a set of essential features for interactive
44
Clojure(Script) development:
45
46
-* REPL
+* Enhanced REPL
47
* Interactive code evaluation
48
* Code completion
49
* Definition lookup
50
* Documentation lookup
51
* ElDoc
52
* Apropos
53
* Macroexpansion
54
-* Require `:reload`/`:reload-all`
55
-* Support connecting to socket REPLs
+* Reloading a namespace (via `require :reload`/`require :reload-all`)
+* Connecting to socket REPLs
56
57
For a more powerful/full-featured solution see [CIDER](https://github.com/clojure-emacs/cider).
58
0 commit comments