This commit is contained in:
2022-01-07 08:06:38 -08:00
parent 75a08e1dc1
commit 3be2b796b7

View File

@@ -108,7 +108,7 @@
(add-shutdown-hook! shutdown-mount)
(start-server :port 9000 :bind "0.0.0.0" #_#_:handler (cider-nrepl-handler))
(set! nrepl.middleware.print/*print-fn* clojure.pprint/pprint)
(alter-var-root! #'nrepl.middleware.print/*print-fn* (constantly clojure.pprint/pprint))
(apply mount/start-without without)))
(comment