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 b88de63 commit f1c8323Copy full SHA for f1c8323
README.md
@@ -8,9 +8,9 @@
8
This package provides basic interaction with a Clojure subprocess (REPL).
9
It's based on ideas from the popular `inferior-lisp` package.
10
11
-`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`)
12
-(`inf-clojure-minor-mode`), which extends `clojure-mode` with commands
13
-to evaluate forms directly in the REPL.
+`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`) and a REPL
+interaction minor mode (`inf-clojure-minor-mode`), which extends `clojure-mode`
+with commands to evaluate forms directly in the REPL.
14
15
**This documentation tracks the `master` branch of `inf-clojure`. Some of
16
the features and settings discussed here might not be available in
0 commit comments