Socket REPL docs
This commit is contained in:
parent
64df0fd015
commit
d2ea4ee1bb
1 changed files with 4 additions and 0 deletions
|
|
@ -614,9 +614,13 @@ $
|
||||||
Editor plugins offering auto-completion support when connected to a babashka socket REPL:
|
Editor plugins offering auto-completion support when connected to a babashka socket REPL:
|
||||||
|
|
||||||
- Emacs: [inf-clojure](https://github.com/clojure-emacs/inf-clojure):
|
- Emacs: [inf-clojure](https://github.com/clojure-emacs/inf-clojure):
|
||||||
|
|
||||||
To connect:
|
To connect:
|
||||||
|
|
||||||
`M-x inf-clojure-connect localhost 1666`
|
`M-x inf-clojure-connect localhost 1666`
|
||||||
|
|
||||||
Before evaluating from a Clojure buffer:
|
Before evaluating from a Clojure buffer:
|
||||||
|
|
||||||
`M-x inf-clojure-minor-mode`
|
`M-x inf-clojure-minor-mode`
|
||||||
|
|
||||||
- Atom: [chlorine](https://github.com/mauricioszabo/atom-chlorine)
|
- Atom: [chlorine](https://github.com/mauricioszabo/atom-chlorine)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue