Definitely take Phils advice and use the instructions on the github
site. I just setup a fresh emacs install from scratch (using Phils
starter-kit http://technomancy.us/153 and it works flawlessly; and I'm
new to emacs this week).

mdave - Your dependencies are way old, try this instead.

(defproject test-project "0.1.0"
  :description "Test Project"
  :dependencies [[org.clojure/clojure "1.2.1"]]
  :dev-dependencies [[swank-clojure "1.3.3"]])

-- 
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

Reply via email to