This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-11-11
Channels
- # admin-announcements (71)
- # beginners (8)
- # boot (109)
- # cbus (5)
- # cider (27)
- # cljsrn (77)
- # clojure (65)
- # clojure-austin (5)
- # clojure-berlin (1)
- # clojure-brasil (1)
- # clojure-dev (58)
- # clojure-japan (15)
- # clojure-russia (193)
- # clojure-seattle (3)
- # clojurescript (120)
- # cursive (19)
- # data-science (1)
- # datomic (10)
- # docs (1)
- # editors-rus (17)
- # emacs (2)
- # events (1)
- # funcool (7)
- # hoplon (2)
- # jobs (1)
- # jobs-rus (16)
- # ldnclj (7)
- # leiningen (3)
- # off-topic (12)
- # om (450)
- # onyx (122)
- # re-frame (69)
- # reagent (28)
- # yada (20)
is it too naive to wish for grimoire, http://clojuredocs.org and http://clojure.org all becoming one authoritative ref site?
now that http://clojure.org is finally accepting contributions that might happen some day
clojuredocs wasn’t updated in a while and got an update around the time grimoire was released
indeed it is. i actually helped out with grimoire. it’s much as you say; the other was old and @arrdem had a big itch
does anyone know how I can control which version of cider gets installed using package-install? I refreshed to 0.10.0 and am having problems so I’d like to go back to 0.9.1
@lgastako: I remember having a similar issue with magit, and if I’m not wrong I used the pinned package to force a different repo, that were using the needed version
Yeah I’m looking into that now. I’m not super familiar with all the package stuff, but I’ve recently started using use-package which I think makes it easy to do that
if you need the melpa-stable version, something like (add-to-list 'package-pinned-packages '(cider . "melpa-stable") t)
should do that
Hmm I think I got back back to 0.9.1 but none of the keybindings like C-c C-k
work. Odd.