We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a90c626 commit 3597b47Copy full SHA for 3597b47
cider-mode.el
@@ -248,6 +248,9 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
248
["Eval last sexp and pretty-print to REPL" cider-pprint-eval-last-sexp-to-repl]
249
["Eval last sexp and pretty-print to comment" cider-pprint-eval-last-sexp-to-comment]
250
["Insert last sexp in REPL" cider-insert-last-sexp-in-repl]
251
+ ["Insert top-level sexp in REPL" cider-insert-defun-in-repl]
252
+ ["Insert region in REPL" cider-insert-region-in-repl]
253
+ ["Insert ns form in REPL" cider-insert-ns-form-in-repl]
254
["Eval top-level sexp to comment" cider-eval-defun-to-comment]
255
["Eval top-level sexp and pretty-print to comment" cider-pprint-eval-defun-to-comment]
256
"--"
0 commit comments