Skip to content

Commit

Permalink
Change elpa to use http.
Browse files Browse the repository at this point in the history
GNU is having issues with HTTPS right now.

Fixes syl20bnr#2596
  • Loading branch information
robbyoconnor committed Aug 10, 2015
1 parent f9b8bf0 commit 3f7dab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-configuration-layer.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3f7dab0

Please sign in to comment.