-
Notifications
You must be signed in to change notification settings - Fork 349
Closed
Description
I'm trying to install this mode. I added the following code (as explained in the README)
(require 'package)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-archives
(quote
(("gnu" . "http://elpa.gnu.org/packages/")
("melpa-stable" . "http://stable.melpa.org/packages/")))))
to the file ~/emacs
. Then I re-open Emacs and I type M-x package-refresh-contents
, and the following appears in a buffer:
Contacting host: elpa.gnu.org:80
Contacting host: stable.melpa.org:80
and it seems that it never terminates.
I'm not very familiar in general with Emacs but I would like to try it with this mode.
Metadata
Metadata
Assignees
Labels
No labels