Fork me on GitHub
#emacs
<
2020-09-02
>
borkdude12:09:23

Does anyone have some experience with running linters remotely using flycheck when in tramp-mode? I'm considering supporting this for clj-kondo: https://github.com/borkdude/flycheck-clj-kondo/issues/9 Any input on this is welcome!

Ian Fernandez18:09:32

anyone has confs for fulcro guardrails indentation on emacs?

eval-on-point19:09:22

I've been thinking it would be nice if there were some boxed configuration available that gave you the right indentation and linting (through lsp or kondo) for common libraries. I bet a lot of us have the same settings for the macros in re-frame, compojure, etc.

dpsutton19:09:21

make a function that does that. make a repo that has the .lsp/config or clj-kondo config, m-x clojure/set-up-kondo just makes a new file and slurps the common shared one in

eval-on-point19:09:26

Yeah, I think it would be very simple to implement. Maybe if I can catch a free day on the upcoming long weekend