Skip to content

Commit 4036396

Browse files
authored
Merge pull request #755 from jship/docs
Misc docs updates
2 parents db81492 + 793faab commit 4036396

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/conjure-client-clojure-nrepl.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ options relevant to these mappings.
148148
process, and start a fresh one. Your next evaluation
149149
will automatically reconnect.
150150

151+
<localleader>x1 Run the current form wrapped in
152+
`(macroexpand-1 ...)`.
153+
154+
<localleader>xr Run the current form wrapped in `(macroexpand ...)`.
155+
156+
<localleader>xa Run the current form wrapped in
157+
`(clojure.walk/macroexpand-all ...)`.
158+
151159
==============================================================================
152160
CONFIGURATION *conjure-client-clojure-nrepl-configuration*
153161

doc/conjure-client-elixir-stdio.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ These mappings are the defaults, you can change them as described in
3434
See |conjure-client-elixir-stdio-configuration| for specific configuration
3535
options relevant to these mappings.
3636

37-
<localleader>cs Start the Ruby REPL if it's not running already.
37+
<localleader>cs Start the Elixir REPL if it's not running already.
3838

39-
<localleader>cS Stop any existing Ruby REPL.
39+
<localleader>cS Stop any existing Elixir REPL.
4040

4141
<localleader>ei Interrupt running command. Same as pressing Ctrl-C
4242
in a cmdline REPL.

0 commit comments

Comments
 (0)