On May 15, 10:03 am, David Cabana <[email protected]> wrote: > There are dev dependencies (Marginalia, swank-clojure) that I want > added to every new Leiningen project. Is there a way to configure > lein so that these are automatically inserted into the project.clj > file on project creation?
Also as long as they are all dev-dependencies then you can install them into ~/.lein/plugins using "lein plugin install swank-clojure 1.3.0" and they will be available for all projects. -Phil -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
