borkdude / flycheck-clj-kondo

Emacs integration for clj-kondo via flycheck
94 stars 17 forks source link

Modified predicate for activating checkers so that it can fallback to… #5

Closed didibus closed 4 years ago

didibus commented 4 years ago

… using the major mode when there are no associated files with the Clojure buffer.

This allows flycheck-clj-kondo to be enabled and linting buffers that don't have a file associated with them. I often create buffers with no files and start a REPL just to mess and around, and I was missing having clj-kondo available in them.

I tested the following combination on my desktop:

borkdude commented 4 years ago

Thanks!