Skip to content

Commit e14dbba

Browse files
committed
Update the commentary section of the package
1 parent 9d2d143 commit e14dbba

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

inf-clojure.el

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,30 @@
2626

2727
;;; Commentary:
2828
;;
29-
;; inferior-lisp adapted for Clojure.
29+
;; This package provides basic interaction with a Clojure subprocess (REPL).
30+
;; It's based on ideas from the popular `inferior-lisp` package.
31+
;;
32+
;; `inf-clojure` has two components - a nice Clojure REPL with
33+
;; auto-completion and a minor mode (`inf-clojure-minor-mode`), which
34+
;; extends `clojure-mode` with commands to evaluate forms directly in the
35+
;; REPL.
36+
;;
37+
;; `inf-clojure` provides a set of essential features for interactive
38+
;; Clojure(Script) development:
39+
;;
40+
;; * REPL
41+
;; * Interactive code evaluation
42+
;; * Code completion
43+
;; * Definition lookup
44+
;; * Documentation lookup
45+
;; * ElDoc
46+
;; * Apropos
47+
;; * Macroexpansion
48+
;; * Support connecting to socket REPLs
49+
;; * Support for Lumo
50+
;; * Support for Planck
51+
;;
52+
;; For a more powerful/full-featured solution see https://github.com/clojure-emacs/cider.
3053
;;
3154
;; If you're installing manually, you'll need to:
3255
;;

0 commit comments

Comments
 (0)