Fork me on GitHub
#spacemacs
<
2017-05-08
>
naomarik11:05:03

anyone know how to use a specific/older version of a package? i’m trying to revert CIDER back to 14 from 15-snapshot and can’t seem to do it or find any info on this

jstokes20:05:46

yeah @naomarik, you can do this by adding these lines to your ~/.spacemacs in dotspacemacs/init

(push '("melpa-stable" . "") configuration-layer--elpa-archives) 
(push '(cider . "melpa-stable") package-pinned-packages)

jstokes20:05:03

delete the cider folder in ~/.emacs.d/elpa/

jstokes20:05:15

restart, and it will download 0.14.0 instead