emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure e14dbba 145/313: Update the commentary section


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure e14dbba 145/313: Update the commentary section of the package
Date: Wed, 11 Aug 2021 10:00:04 -0400 (EDT)

branch: elpa/inf-clojure
commit e14dbba5a4ebc80d4d855b174dc1a1aede1af73f
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    Update the commentary section of the package
---
 inf-clojure.el | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 6dbcded..3f766ea 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -26,7 +26,30 @@
 
 ;;; Commentary:
 ;;
-;; inferior-lisp adapted for Clojure.
+;; This package provides basic interaction with a Clojure subprocess (REPL).
+;; It's based on ideas from the popular `inferior-lisp` package.
+;;
+;; `inf-clojure` has two components - a nice Clojure REPL with
+;; auto-completion and a minor mode (`inf-clojure-minor-mode`), which
+;; extends `clojure-mode` with commands to evaluate forms directly in the
+;; REPL.
+;;
+;; `inf-clojure` provides a set of essential features for interactive
+;; Clojure(Script) development:
+;;
+;; * REPL
+;; * Interactive code evaluation
+;; * Code completion
+;; * Definition lookup
+;; * Documentation lookup
+;; * ElDoc
+;; * Apropos
+;; * Macroexpansion
+;; * Support connecting to socket REPLs
+;; * Support for Lumo
+;; * Support for Planck
+;;
+;; For a more powerful/full-featured solution see 
https://github.com/clojure-emacs/cider.
 ;;
 ;; If you're installing manually, you'll need to:
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]