dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
superstructor 2017-03-22T22:30:48.124516Z

just confirming that something like the following works great: :external-config {:dirac.runtime/config {:nrepl-config {:repl-init-code '(require '[clojure.string :as string] '[reagent.core :as r]) @darwin 🙂

2017-03-22T22:31:44.140206Z

@superstructor cool, but maybe you want to concat it with original standard repl init code from dirac, no?

2017-03-22T22:32:07.146143Z

some repl stuff might depend on it

superstructor 2017-03-22T22:33:38.169810Z

right, didn’t notice yet that doc / source etc was broken without that! doing that now @darwin