Skip to content

Commit c3ff2f4

Browse files
committed
Add a note about comint
1 parent 37cfe85 commit c3ff2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ Functionality like code completion and eldoc is powered by evaluation of predefi
6868
As different Clojure REPLs have different capabilities, `inf-clojure` tracks the type of a REPL and invokes
6969
the right code for each REPL type.
7070

71+
`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).
72+
7173
## Installation
7274

7375
**Note:** `inf-clojure` requires Emacs 25 or newer.

0 commit comments

Comments
 (0)