Disable HTTPS for the Melpa repository
This commit is contained in:
parent
ea49b52ffd
commit
feb854e8a5
2
init.el
2
init.el
@ -127,7 +127,7 @@
|
|||||||
|
|
||||||
;; Enable the MELPA repository.
|
;; Enable the MELPA repository.
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("melpa" . "https://melpa.org/packages/") t)
|
'("melpa" . "http://melpa.org/packages/") t)
|
||||||
|
|
||||||
;; Initialize the package manager.
|
;; Initialize the package manager.
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
Loading…
Reference in New Issue
Block a user