joker

Discuss all things joker, the Clojure interpreter/linter on top of Go. https://github.com/candid82/joker
Alex 2020-04-19T06:16:53.021600Z

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?

2020-04-20T05:22:49.023Z

Run M-x flycheck-validate-setup

Alex 2020-04-21T01:16:43.023400Z

Now I know where to dig around 🙂