I am running MX 24.4 (Installed by chocolate) for Windows and trying to install CIDER.
When I run MX package-install [RET] cider [RET]
, I get [no match]
. When I run MX package-refresh-content [RET]
, it hangs when I contact the host: elpa.gnu.org:80
.
~ / .emacs.d
is populated with the GitHub repo recommended by braveclojure.com (). I have rebuilt Imac again and I still have the same problem.
Let me tell you this problem that to set up an ELPA you have to ~ / .emacs The emacs init file must be modified on
or _emacs
or ~ / .emacs.d / init.el
for this ~ / .emacs -live.el was
because I have this version
I have just updated that file with the following:
(setq package archives' ( ("Gnu". "Http: //elpa.gnu.org/packages/") ("marmalade". "Http://marmalade-repo.org/packages/") ("Melpa". "Http: // Melpa.org/packages/ ")))
I need a configuration from where ELPA is going to find packages.
After that, I just installed mx package-install [rt] cider [rt]
that cd Have done
No comments:
Post a Comment