feat(emacs): CIDER + testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user