Change elpa to use http.

GNU is having issues with HTTPS right now.

Fixes #2596
This commit is contained in:
Robert O'Connor 2015-08-09 21:47:43 -04:00
parent f9b8bf02fc
commit 3f7dab0eeb

View file

@ -25,7 +25,7 @@
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
("org" . "http://orgmode.org/elpa/")
("ELPA" . "http://tromey.com/elpa/")
("gnu" . "https://elpa.gnu.org/packages/")))
("gnu" . "http://elpa.gnu.org/packages/")))
;; optimization, no need to activate all the packages so early
(setq package-enable-at-startup nil)
(package-initialize 'noactivate)