emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 14a3bce 39/99: Remove NonGNU ELPA installation c


From: ELPA Syncer
Subject: [elpa] externals/compat 14a3bce 39/99: Remove NonGNU ELPA installation code
Date: Sun, 17 Oct 2021 05:57:53 -0400 (EDT)

branch: externals/compat
commit 14a3bce00f99c13b6786db89d1daac7458e3fff3
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove NonGNU ELPA installation code
---
 compat.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/compat.el b/compat.el
index 428e183..fa50cda 100644
--- a/compat.el
+++ b/compat.el
@@ -123,14 +123,6 @@
 
 ;;;; Etcetera
 
-;; ;;;; Ensure NonGNU ELPA is in `package-archives'
-;; (with-eval-after-load 'package
-;;   (unless (or (rassoc "https://elpa.nongnu.org/nongnu/"; package-archives)
-;;            (rassoc "http://elpa.nongnu.org/nongnu/"; package-archives)
-;;            (rassoc "https://elpa.nongnu.org/nongnu-devel/"; package-archives)
-;;            (rassoc "http://elpa.nongnu.org/nongnu-devel/"; package-archives))
-;;     (add-to-list 'package-archives '("nongnu" . 
"https://elpa.nongnu.org/nongnu/";))))
-
 ;; To ensure that compat.el is loaded as soon as possible, a require
 ;; call is inserted directly into the autoload file:
 ;;;###autoload (require 'compat)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]