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 1d7f5ff commit d3ed859Copy full SHA for d3ed859
cider-mode.el
@@ -348,6 +348,7 @@ If invoked with a prefix ARG eval the expression after inserting it."
348
["Insert ns form in REPL" cider-insert-ns-form-in-repl]
349
"--"
350
["Load this buffer" cider-load-buffer]
351
+ ["Load this buffer and switch to REPL" cider-load-buffer-and-switch-to-repl-buffer]
352
["Load another file" cider-load-file]
353
["Recursively load all files in directory" cider-load-all-files]
354
["Load all project files" cider-load-all-project-ns]
0 commit comments