This commit is contained in:
2022-01-07 08:11:08 -08:00
parent 3be2b796b7
commit 018b86147b

View File

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