From 3f7dab0eebaf36c97fb694bc626f059673b94488 Mon Sep 17 00:00:00 2001 From: Robert O'Connor Date: Sun, 9 Aug 2015 21:47:43 -0400 Subject: [PATCH] Change elpa to use http. GNU is having issues with HTTPS right now. Fixes #2596 --- core/core-configuration-layer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-configuration-layer.el b/core/core-configuration-layer.el index 23745ef395e4..b83a827d4b0f 100644 --- a/core/core-configuration-layer.el +++ b/core/core-configuration-layer.el @@ -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)