diff options
-rw-r--r-- | +bindings.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/+bindings.el b/+bindings.el index db1c5e6c7a62..9596d485f2a1 100644 --- a/+bindings.el +++ b/+bindings.el @@ -1228,7 +1228,10 @@ If invoked with a prefix ARG eval the expression after inserting it" (s-replace "\"" "") (s-replace "\\n" "\n"))))) nil nil nil))) - ('clj (cider-test-run-ns-tests)))) + ('clj + (funcall-interactively + #'cider-test-run-ns-tests + nil)))) (defun cider-copy-last-result () (interactive) |