clojure-emacs / squiggly-clojure

Flycheck checker for Clojure, using eastwood and core.typed.
GNU General Public License v3.0
204 stars 25 forks source link

Use new cider-jack-in-dependencies variable #37

Closed tanzoniteblack closed 8 years ago

tanzoniteblack commented 8 years ago

Instead of requiring people to modify their ~/.lein/profiles.clj to use squiggly-clojure, instead use the new cider-jack-in-dependencies variable to automatically add it when cider-jack-in is run.

pnf commented 8 years ago

Very cool. Thanks.