feat(emacs): CIDER + testing

This commit is contained in:
Madeleine Sydney
2025-05-06 11:35:47 -06:00
parent 6214dde82f
commit c50ccfa1c3

View File

@@ -83,6 +83,9 @@
"h c" #'cider-cheatsheet
"h j" #'cider-javadoc
"h n" #'cider-browse-ns
"T n" #'cider-test-run-ns-tests
"T r" #'cider-test-rerun-failed-tests
"T R" #'cider-test-rerun-test
"x" #'cider-scratch)
(:keymaps 'cider-repl-mode-map
:states 'insert
@@ -95,6 +98,7 @@
("^\\*cider-repl" :quit nil :ttl nil)
("^\\*cider-repl-history" :vslot 2 :ttl nil)
(,(rx bol "*cider-nrepl-middleware") :slot 3 :quit t :ttl 0)
(,(rx bol "*cider-test-report") :vslot 3 :quit t :ttl 0 :height 0.4)
(,(rx bol "*cider-cheatsheet*")
:width ,(lambda (win)
(with-selected-window win