Fork me on GitHub
#emacs
<
2019-10-16
>
CarlaD10:10:03

I having trouble installing 'cider' via package-install in emacs 26.3. Does anyone know of any issues with this? I've followed instructions from the http://melpa.org/#/cider page but cant find 'cider' in the package list (after update-package-contents)...

pwojnowski10:10:18

What is contents of package-archives var?

pwojnowski10:10:37

My is:

(("melpa-stable" . "")
 ("gnu" . "")
 ("melpa" . ""))

CarlaD11:10:14

I've solved it. Thanks!