On Sep 9, 7:44 am, "AndrewC." <mr.bl...@gmail.com> wrote: > > It really does seem like there's a certain demand for it, I stumbled > > upon several blog posts and such where people have trouble setting up > > their Clojure projects. I definitely think that this would be a > > worthwhile addition to clojure-mode.
I'm going to add it to swank-clojure instead of clojure-mode since you need that to use it anyway. People who don't use slime don't need to bother with it. > I'd vote for it to go in. In my version I also include an extra > setting for any native libraries I need for the project: > > (setq swank-clojure-library-paths (expand-file-name "lib/native" > path)) I'll add a hook so you can perform these customizations yourself. > Phil, it looks like you've abandoned your practice of exploding all > jars into the lib directory. Any particular reason for that? I still expand all my jars into target/dependency. I just added lib/ for those people who still want to keep them there. The clojure- project supports both styles. -Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---