feat(emacs): CIDER + testing
This commit is contained in:
@@ -83,6 +83,9 @@
|
|||||||
"h c" #'cider-cheatsheet
|
"h c" #'cider-cheatsheet
|
||||||
"h j" #'cider-javadoc
|
"h j" #'cider-javadoc
|
||||||
"h n" #'cider-browse-ns
|
"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)
|
"x" #'cider-scratch)
|
||||||
(:keymaps 'cider-repl-mode-map
|
(:keymaps 'cider-repl-mode-map
|
||||||
:states 'insert
|
:states 'insert
|
||||||
@@ -95,6 +98,7 @@
|
|||||||
("^\\*cider-repl" :quit nil :ttl nil)
|
("^\\*cider-repl" :quit nil :ttl nil)
|
||||||
("^\\*cider-repl-history" :vslot 2 :ttl nil)
|
("^\\*cider-repl-history" :vslot 2 :ttl nil)
|
||||||
(,(rx bol "*cider-nrepl-middleware") :slot 3 :quit t :ttl 0)
|
(,(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*")
|
(,(rx bol "*cider-cheatsheet*")
|
||||||
:width ,(lambda (win)
|
:width ,(lambda (win)
|
||||||
(with-selected-window win
|
(with-selected-window win
|
||||||
|
|||||||
Reference in New Issue
Block a user