From 7398a09fb243f6ff4ead582d738749f4b4f18da6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Mar 2022 17:56:21 -0700 Subject: init: don't pull packages from elpa.gnu.org --- emacs/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/init.el b/emacs/init.el index f15ed96..40e9925 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -10,8 +10,7 @@ ;; without this I'm unable to contact melpa on macos (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") -(setq package-archives '(("melpa" . "https://melpa.org/packages/") - ("gnu" . "https://elpa.gnu.org/packages/"))) +(setq package-archives '(("melpa" . "https://melpa.org/packages/"))) ;; and now we load custom configurations (eval-and-compile -- cgit 1.4.1