Fork me on GitHub
#dirac
<
2017-03-22
>
superstructor22:03:48

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 🙂

darwin22:03:44

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

darwin22:03:07

some repl stuff might depend on it

superstructor22:03:38

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