From 051cf608d5a4b994d588dd57629ea50264ec2f51 Mon Sep 17 00:00:00 2001 From: netpyoung Date: Sun, 28 Oct 2018 01:47:00 +0800 Subject: [PATCH] Fixed unsynchronized README.md on cider-connect. or For synchronize, add cider-connect keybinding `C-c C-x (C-)c (C-)c` to cider.el/cider-start-map --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d24e5a74..0f3b77e01 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,12 @@ by your project's build tool (Gradle, Maven, etc). After you get your nREPL server running go back to Emacs. Typing there M-x `cider-connect` will allow you to connect to the running nREPL server. -In Clojure(Script) buffers the command `cider-connect` is bound to -C-c C-x (C-)c (C-)c. +In Clojure buffers the command `cider-connect | cider-connect-clj` is bound to +C-c C-x (C-)c (C-)j. + +In ClojureScript buffers the command `cider-connect-cljs` is bound to +C-c C-x (C-)c (C-)s. + ## Diving Deeper