mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-04-22 02:42:29 -04:00
package: No longer add "org" ELPA to package-archives
Org is now available from GNU Elpa.
This commit is contained in:
parent
7f0c7a9e38
commit
3359fff3eb
@ -15,9 +15,6 @@
|
|||||||
(with-eval-after-load 'package
|
(with-eval-after-load 'package
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
(cons "melpa" "https://melpa.org/packages/")
|
(cons "melpa" "https://melpa.org/packages/")
|
||||||
t)
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
(cons "org" "https://orgmode.org/elpa/")
|
|
||||||
t))
|
t))
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user