This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-08-04
Channels
- # arachne (1)
- # beginners (41)
- # boot (92)
- # capetown (8)
- # cider (10)
- # cljsjs (4)
- # cljsrn (42)
- # clojure (94)
- # clojure-india (1)
- # clojure-russia (48)
- # clojure-sanfrancisco (1)
- # clojure-spec (34)
- # clojure-uk (13)
- # clojurescript (29)
- # cursive (12)
- # datavis (4)
- # datomic (10)
- # dirac (63)
- # editors-rus (16)
- # emacs (57)
- # funcool (5)
- # hoplon (22)
- # jobs (2)
- # lein-figwheel (3)
- # leiningen (5)
- # onyx (51)
- # other-languages (2)
- # proton (1)
- # protorepl (2)
- # re-frame (34)
- # remote-jobs (1)
- # sfcljs (5)
- # spacemacs (1)
- # specter (2)
- # sql (20)
- # test-check (54)
- # yada (1)
If you're interested in handling dependencies in a way that allows you to prefer melpa-stable over melpa, I wrote a tool specifically for it: https://github.com/pyr/emenv and exemple Emenv file which pulls-in cider from melpa-stable: https://github.com/pyr/dot.emacs/blob/master/Emenv
If you don’t want to add an extra library, putting
(setq package-pinned-packages
'((cider . "melpa-stable")))
in your init.el
will suffice to prefer melpa-stable
over melpa
for any particular package.