Swapped melpa.milkbox.net to melpa.org

They have a new domain: http://www.reddit.com/r/emacs/comments/2k2kmv/melpamilkboxnet_is_now_melpaorg/
This commit is contained in:
Oliver Caldwell 2014-10-23 22:45:13 +01:00
parent aebd4778c8
commit c41bffcf8a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
(require 'package)
(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "http://melpa.milkbox.net/packages/")))
("melpa" . "http://melpa.org/packages/")))
(package-initialize)
(setq warning-minimum-level :error)