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
An `inf-clojure` REPL can be of different types: Clojure, ClojureScript, Lumo and Planck are all potentially valid options.
76
+
At the moment, the default Clojure REPL and the Lumo REPL (though partially, see https://github.com/clojure-emacs/inf-clojure/pull/44) are supported.
77
+
78
+
To hook up a custom REPL type, just use the right launch command (or connect through socket).
79
+
For example, for Lumo just add the following in your `.dir-locals.el`:
80
+
81
+
((nil . ((inf-clojure-boot-cmd . "lumo")))) ;; inf-clojure-lein-cmd if you are using Leiningen
82
+
73
83
## ElDoc
74
84
75
85
`eldoc-mode` is supported in Clojure source buffers and `*inferior-clojure*`
0 commit comments