nice
For those of you on Emacs, using Krell
:
I created a branch which adds support for Krell
in CIDER
.
> What does this give you?
You don’t have to paste all this in, into your local .dir-locals.el
:
https://increasinglyfunctional.com/2020/05/07/clojurescript-react-native-krell-emacs.html
Instead you can specify just this: ((nil . ((cider-default-cljs-repl . krell))))
.
Or you can run just: M-x cider-jack-in-cljs
and when prompted for the REPL type, pass in krell
.
The branch is here:
https://github.com/dotemacs/cider/tree/krell-repl
This is how you can try it out on your machine, once you git clone & check it out:
https://docs.cider.mx/cider/contributing/hacking.html