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:
parent
7556762d98
commit
2598d48bba
3 changed files with 8 additions and 10 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue