From 77f6ed22065e026be826f978905097742dbb3fc4 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 26 May 2020 10:28:24 -0400 Subject: Fix run-tests snippet cider-test-run-ns-tests needs to be called interactively --- +bindings.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '+bindings.el') 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) -- cgit 1.4.1