Skip to content

Commit 3597b47

Browse files
committed
Add a couple of "insert-in-repl" commands to cider-mode's menu
Otherwise people are going to have a very hard time finding out about them. Likely we should also put all of those under a unified keymap.
1 parent a90c626 commit 3597b47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cider-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ Configure `cider-cljs-*-repl' to change the ClojureScript REPL to use for your b
248248
["Eval last sexp and pretty-print to REPL" cider-pprint-eval-last-sexp-to-repl]
249249
["Eval last sexp and pretty-print to comment" cider-pprint-eval-last-sexp-to-comment]
250250
["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]
251254
["Eval top-level sexp to comment" cider-eval-defun-to-comment]
252255
["Eval top-level sexp and pretty-print to comment" cider-pprint-eval-defun-to-comment]
253256
"--"

0 commit comments

Comments
 (0)