From 3359fff3eb62ac8c9bfe9b69b50a0d44728f31df Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 10 Jun 2022 20:00:44 +0200 Subject: [PATCH] package: No longer add "org" ELPA to package-archives Org is now available from GNU Elpa. --- early-init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/early-init.el b/early-init.el index a3f41b7..922a7ae 100644 --- a/early-init.el +++ b/early-init.el @@ -15,9 +15,6 @@ (with-eval-after-load 'package (add-to-list 'package-archives (cons "melpa" "https://melpa.org/packages/") - t) - (add-to-list 'package-archives - (cons "org" "https://orgmode.org/elpa/") t)) ;; Local Variables: