Skip to content

Commit 1984f96

Browse files
committed
Make the cider-replicate-connection command more visible
1 parent 9ca96b7 commit 1984f96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cider-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,8 @@ See also the related commands `cider-repl-clear-buffer' and
192192
:help "Starts an nREPL server (with Leiningen, Boot, or Gradle) and connects a REPL to it."]
193193
["Connect to a REPL" cider-connect
194194
:help "Connects to a REPL that's already running."]
195+
["Replicate connection" cider-replicate-connection
196+
:help "Opens another connection based on a existing one. The new connection uses the same host and port as the base connection."]
195197
["Quit" cider-quit :active cider-connections]
196198
["Restart" cider-restart :active cider-connections]
197199
("ClojureScript"

0 commit comments

Comments
 (0)