about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-02-28 11:38:15 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-02-28 11:38:15 +0000
commitc1aa800102ab01a71fec45aa59745121ae1ff6b3 (patch)
treea5129bd78a41bd398f4b860193825ca02790effe /.emacs.d/lisp
parentc9282d5d579359ece77585ad0cad2f038957ea11 (diff)
downloaddotfiles-c1aa800102ab01a71fec45aa59745121ae1ff6b3.tar.gz
Always show cider test report
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-clojure.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el
index 905b215..c676693 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -41,6 +41,7 @@
         cider-repl-use-clojure-font-lock t
         cider-repl-use-pretty-printing t
         cider-save-file-on-load t
+        cider-test-show-report-on-success t
         ;; cider-invert-insert-eval-p t
         ;; cider-switch-to-repl-on-insert nil
         cider-xref-fn-depth 90