Skip to content

First release!

Compare
Choose a tag to compare
@didibus didibus released this 20 Apr 01:21
· 14 commits to master since this release

First release of Anakondo, a clj-kondo powered Emacs minor mode.

This release adds auto-completion for Clojure, ClojoureScript and cljc buffers. It can complete even required namespaces form the current buffer by using the project's deps.edn to find the classpath. It is fast, as it builds a cache over the clj-kondo analysis file, and only incrementally re-analyses changes as completion is called in changed buffers. Works well with company-mode as well as completion-at-point, and is a good complement to Cider when you don't have a REPL connected, so that you still have proper auto-completion. Can coexist with flycheck-clj-kondo without issue as well.

For more info, see: https://github.com/didibus/anakondo#01

It should be stable already, and ready to use! But please report any issues you find.