vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
673 stars 37 forks source link

change cider documentation in wiki to mention that cider 1.0.0 has a default krell repl #122

Open apostolou opened 3 years ago

apostolou commented 3 years ago

Thanks a lot for Krell !

cider 1.0.0 has a default krell repl see commit here.

As a user you just need to add in your .dir-locals.el file and the directly call cider-jack-in-cljs ((nil . ((cider-default-cljs-repl . krell))))

Could we update the wiki doc to include this ? (I'm glad to make a PR if needed). Thx