1

Disable HTTPS for the Melpa repository

This commit is contained in:
Jessie Hildebrandt 2017-11-15 19:29:17 -05:00
parent ea49b52ffd
commit feb854e8a5

View File

@ -127,7 +127,7 @@
;; Enable the MELPA repository.
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
'("melpa" . "http://melpa.org/packages/") t)
;; Initialize the package manager.
(package-initialize)