You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ Functionality like code completion and eldoc is powered by evaluation of predefi
68
68
As different Clojure REPLs have different capabilities, `inf-clojure` tracks the type of a REPL and invokes
69
69
the right code for each REPL type.
70
70
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
+
71
73
## Installation
72
74
73
75
**Note:**`inf-clojure` requires Emacs 25 or newer.
0 commit comments