summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-21 14:56:49 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-21 14:56:49 +0300
commit30714a8041cd7856b9ba610b6caccb57334da3d7 (patch)
tree8ead9779fd1bd0a87c1392c0797a7c013daf25ae /doc
parent4b7aea3523fb91e8172dfdd538b01da8c0d7686f (diff)
Update a couple of mentions to cider-jack-in keybindings
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.md2
-rw-r--r--doc/up_and_running.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/installation.md b/doc/installation.md
index 617da481..25cbf93f 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -125,7 +125,7 @@ CIDER](hacking_on_cider.md) for more details.
Much of CIDER's functionality depends on the presence of CIDER's own
[nREPL
middleware](https://github.com/clojure-emacs/cider-nrepl). Starting
-with version 0.11, When `cider-jack-in` (<kbd>C-c M-j</kbd>) is used,
+with version 0.11, When `cider-jack-in` (<kbd>C-c C-x (C)-j</kbd>) is used,
CIDER takes care of injecting it and its other dependencies.
**`profiles.clj` or `profile.boot` don't need to be modified anymore for the above use case!**
diff --git a/doc/up_and_running.md b/doc/up_and_running.md
index bb559c4a..b5173fa6 100644
--- a/doc/up_and_running.md
+++ b/doc/up_and_running.md
@@ -42,7 +42,7 @@ a repl for one or the other.
!!! Tip
- In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c M-j</kbd>.
+ In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c C-x C-(j)</kbd>.
For further customizing the command line used for `cider-jack-in`, you can
change the following (all string options):