Reactivate marmalade repo.
This commit is contained in:
parent
9f1427259e
commit
583e605d44
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
(require 'package)
|
||||
(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
|
||||
("gnu" . "http://elpa.gnu.org/packages/")
|
||||
;; ("marmalade" . "http://marmalade-repo.org/packages/")
|
||||
("marmalade" . "http://marmalade-repo.org/packages/")
|
||||
("melpa" . "http://melpa.milkbox.net/packages/")))
|
||||
(package-initialize)
|
||||
(setq warning-minimum-level :error)
|
||||
|
|
Reference in a new issue