From f640bc55957b5cde3bb3c7b45ecc04c03878ac24 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 26 Feb 2025 00:32:38 -0500 Subject: [PATCH] Update package-archive-priorities --- early-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/early-init.el b/early-init.el index b9f656f..a455b1a 100644 --- a/early-init.el +++ b/early-init.el @@ -324,7 +324,7 @@ minimalistic appearance during startup.") ("nongnu" . "https://elpa.nongnu.org/nongnu/"))) (customize-set-variable 'package-archive-priorities '(("gnu" . 99) ("nongnu" . 80) - ("stable" . 70) + ("melpa-stable" . 70) ("melpa" . 0))) ;;; Load post-early-init.el