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

    Add a note about comint
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 0179fbf..bc87fe1 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,8 @@ Functionality like code completion and eldoc is powered by 
evaluation of predefi
 As different Clojure REPLs have different capabilities, `inf-clojure` tracks 
the type of a REPL and invokes
 the right code for each REPL type.
 
+`inf-clojure` is built on top of Emacs's 
[comint](https://github.com/emacs-mirror/emacs/blob/master/lisp/comint.el). 
Unfortunately `comint` is pretty light on official documentation, but there is 
a good overview/tutorial 
[here](https://www.masteringemacs.org/article/comint-writing-command-interpreter).
+
 ## Installation
 
 **Note:** `inf-clojure` requires Emacs 25 or newer.

Reply via email to