This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-01-04
Channels
- # announcements (5)
- # beginners (205)
- # calva (1)
- # cider (48)
- # cljs-dev (9)
- # clojure (123)
- # clojure-berlin (1)
- # clojure-europe (2)
- # clojure-italy (5)
- # clojure-nl (6)
- # clojure-russia (7)
- # clojure-serbia (1)
- # clojure-spec (8)
- # clojure-uk (33)
- # clojurescript (134)
- # cursive (5)
- # datomic (31)
- # emacs (5)
- # figwheel-main (61)
- # fulcro (10)
- # hyperfiddle (23)
- # jobs-discuss (24)
- # klipse (1)
- # lein-figwheel (3)
- # midje (5)
- # nyc (1)
- # parinfer (2)
- # pathom (14)
- # pedestal (12)
- # re-frame (46)
- # shadow-cljs (24)
- # spacemacs (1)
- # tools-deps (37)
- # vim (4)
- # yada (22)
So, if you are on osx and for some reason you cannot use latest CIDER (because it requires latest lein 2.8.3) and you need to pin 0.18.0 version of CIDER:
0) brew install gnu-tar
1) at the top of your dotspacemacs init file, add: (setq-default quelpa-build-tar-executable "/usr/local/bin/gtar")
2) add the following to dotpacemacs-addtional-packages
(cider :location (recipe :fetcher github
:repo "clojure-emacs/cider"
:files ("*.el")
:commit "97b95f5b5bb4f9c8f439375b4238d41fd5be9926"))
3) go to ~/.emacs.d/elpa and nuke these rm -rf *cider* *clojure*
4) restart Emacs👍 5