brunchboy / kibit-helper

Conveniently use the Kibit Leiningen plugin from Emacs
GNU General Public License v3.0
13 stars 1 forks source link

Use CIDER connection when available #2

Open skrat opened 8 years ago

skrat commented 8 years ago

If there's CIDER, AND an active connection for the current buffer, AND kibit is available on classpath, THEN call to lein-kibit through the CIDER connection instead of starting another JVM by executing shell command (lein kibit). Add syntax highlighting to the output buffer and voila :)

brunchboy commented 8 years ago

If you would like to implement this, a pull request would be welcome.

NightMachinery commented 6 years ago

Care should be taken to make it work without lein, too. https://github.com/jonase/kibit/issues/197

brunchboy commented 6 years ago

These are all good ideas. I am much stronger in the Clojure world these days than Emacs Lisp, so again, pull requests would be most welcome.