I installed then added (require 'flycheck-joker)
to my init.el
and emacs booted up no problem. I'm in a clojurescript file now and hoping to get some lint feedback but not seeing any errors. Anything I can check to debug why flycheck
might not be reporting anything?
Run M-x flycheck-validate-setup
Now I know where to dig around 🙂