I'm running Emacs 24.4 for Windows (installed through Chocolatey) and trying to install CIDER.
When I run M-x package-install [RET] cider [RET], I get [No match]. When I run M-x package-refresh-contents [RET], it hangs on Contacting host: elpa.gnu.org:80.
~/.emacs.d is populated with the GitHub repo recommended by braveclojure.com (here). I've reinstalled Emacs and I'm still getting the same problem.
I had this same problem on emacs ELPA wiki they say to set un ELPA you have to modify the emacs init file located at
~/.emacsor_emacsor~/.emacs.d/init.elfor me it was~/.emacs-live.elsince I have this version.I just updated that file with the following:
Seems that I needed the configuration from where ELPA is going to look for packages.
After that i just ran
M-x package-refresh-contents [RET]andM-x package-install [RET] cider [RET]that installed cider.