Skip to content

Commit

Permalink
Use the new GFM admonition syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 20, 2025
1 parent 5f8b17c commit 7818864
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ connect to it.
Alternatively you can use <kbd>C-u M-x</kbd> `cider-jack-in` to specify the path to
a Clojure project, without having to visit any file in it.

**Tip:** In Clojure(Script) buffers the command `cider-jack-in` is bound to
<kbd>C-c C-x (C-)j</kbd>.
> [!TIP]
>
> In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c C-x (C-)j</kbd>.
### Connect to a running nREPL server

Expand All @@ -93,9 +94,11 @@ by your project's build tool (`tools.deps`, Gradle, Maven, etc).
After you get your nREPL server running go back to Emacs. Typing there <kbd>M-x</kbd>
`cider-connect` will allow you to connect to the running nREPL server.

**Tip:** In Clojure(Script) buffers the command `cider-connect` is bound to
<kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
<kbd>C-c C-x (C-)c (C-)s</kbd>.
> [!TIP]
>
> In Clojure(Script) buffers the command `cider-connect` is bound to
> <kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
> <kbd>C-c C-x (C-)c (C-)s</kbd>.
## Diving Deeper

Expand Down

0 comments on commit 7818864

Please sign in to comment.