Version 0.1.3 of package Flymake-Kondor has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Flymake-Kondor describes itself as: ===================== Linter with clj-kondo ===================== More at https://elpa.nongnu.org/nongnu/flymake-kondor.html ## Summary: ━━━━━━━━━━━━━━━━ FLYMAKE-KONDOR ━━━━━━━━━━━━━━━━ This package integrates clj-kondo a Clojure linter into Emacs' Flymake. To use it get clj-kondo following [installation instructions]; then proceed with your preferred way of adding packages. [installation instructions] <https://github.com/borkdude/clj-kondo/blob/master/doc/install.md> 1 MELPA ═══════ ┌──── │ (use-package flymake-kondor │ :ensure t │ :hook (clojure-mode . flymake-kondor-setup)) └──── 2 GitHub ════════ ┌──── │ (el-get-bundle flymake-kondor │ :url "https://raw.githubusercontent.com/turbo-cafe/flymake-kondor/master/flymake-kondor.el" │ (add-hook 'clojure-mode-hook #'flymake-kondor-setup)) └──── ## Recent NEWS: [Not provided 🙁]
