Skip to content

Commit 08428a4

Browse files
committed
Extend the abstract a bit
1 parent ed0cd4d commit 08428a4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
[![MELPA][melpa-badge]][melpa-package]
33
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]
44

5-
# Inf Clojure
5+
# inf-clojure
66

77
This package provides basic interaction with a Clojure subprocess (REPL).
8+
It's based on ideas from the popular `inferior-lisp` package.
9+
10+
`inf-clojure` has two components - a nice Clojure REPL with
11+
auto-completion and a minor mode (`inf-clojure-minor-mode`), which
12+
extends `clojure-mode` with commands to evaluate forms directly in the
13+
REPL.
814

915
For a more powerful/full-featured solution see [CIDER][].
1016

0 commit comments

Comments
 (0)