This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-09-03
Channels
- # admin-announcements (241)
- # beginners (53)
- # boot (134)
- # cider (20)
- # clara (3)
- # clojure (170)
- # clojure-argentina (13)
- # clojure-brasil (1)
- # clojure-canada (3)
- # clojure-italy (9)
- # clojure-nl (3)
- # clojure-russia (55)
- # clojurescript (115)
- # code-reviews (18)
- # cursive (8)
- # datomic (14)
- # events (8)
- # hoplon (51)
- # immutant (38)
- # jobs (8)
- # ldnclj (11)
- # melbourne (6)
- # off-topic (2)
- # om (5)
- # onyx (9)
- # re-frame (3)
- # reagent (8)
- # sneer-br (1)
- # sydney (1)
- # testing (14)
I just created a lein plug in, opened with cursive, and the indentation seems all wrong: http://i.imgur.com/TY7gcFP.png Any ideas what’s going on here?
cfleming: in lein plugins you are not supposed to specify clojure as a dependency. Might that be it?
How do you it?
Project Structure->Modules->(your module)->Dependencies->+->Jars or directories and select a Clojure jar somewhere, for example in your .m2
cfleming: it worked, thank you.