Fix inverted condition in package-archives assembly
This commit is contained in:
parent
081f09aac8
commit
19899dac82
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ missing) and shouldn't be deleted.")
|
||||||
;; I omit Marmalade because its packages are manually submitted rather
|
;; I omit Marmalade because its packages are manually submitted rather
|
||||||
;; than pulled, so packages are often out of date with upstream.
|
;; than pulled, so packages are often out of date with upstream.
|
||||||
package-archives
|
package-archives
|
||||||
(let ((proto (if gnutls-verify-error "http" "https")))
|
(let ((proto (if gnutls-verify-error "https" "http")))
|
||||||
`(("gnu" . ,(concat proto "://elpa.gnu.org/packages/"))
|
`(("gnu" . ,(concat proto "://elpa.gnu.org/packages/"))
|
||||||
("melpa" . ,(concat proto "://melpa.org/packages/"))
|
("melpa" . ,(concat proto "://melpa.org/packages/"))
|
||||||
("org" . ,(concat proto "://orgmode.org/elpa/")))))
|
("org" . ,(concat proto "://orgmode.org/elpa/")))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue