Thanks a lot for Krell ! cider 1.0.0 has a default krell repl [see commit here](https://github.com/clojure-emacs/cider/pull/2861/commits/d7fde9d2e27a58e5e2c4439578f8f78b7be9a051). 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