From 64df0fd0158b2f380be5e0e2fb5fbee6d82e9bb6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 20 Mar 2020 15:47:54 +0100 Subject: [PATCH] docs --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c3699dd..4b74b060 100644 --- a/README.md +++ b/README.md @@ -611,11 +611,14 @@ bb=> :repl/quit $ ``` -A socket REPL client for Emacs is -[inf-clojure](https://github.com/clojure-emacs/inf-clojure). - Editor plugins offering auto-completion support when connected to a babashka socket REPL: +- Emacs: [inf-clojure](https://github.com/clojure-emacs/inf-clojure): + To connect: + `M-x inf-clojure-connect localhost 1666` + Before evaluating from a Clojure buffer: + `M-x inf-clojure-minor-mode` + - Atom: [chlorine](https://github.com/mauricioszabo/atom-chlorine) - Vim: [vim-iced](https://github.com/liquidz/vim-iced)