Add org elpa archive + update lang/org #327

Now that the org ELPA archive has https support, we can add it to
package-archives. This fixes some 'org is unavailable' errors when
installing org packages that have declared earlier versions of org as
a dependency.

This also makes installing a newer version of org-mode much simpler.
Woo!
This commit is contained in:
Henrik Lissner 2018-01-04 16:04:48 -05:00
parent 7556762d98
commit 2598d48bba
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 8 additions and 10 deletions

View file

@ -92,7 +92,8 @@ base by `doom!' and for calculating how many packages exist.")
package-enable-at-startup nil
package-archives
'(("gnu" . "https://elpa.gnu.org/packages/")
("melpa" . "https://melpa.org/packages/"))
("melpa" . "https://melpa.org/packages/")
("org" . "https://orgmode.org/elpa/"))
;; I omit Marmalade because its packages are manually submitted rather
;; than pulled, so packages are often out of date with upstream.