From 1f360555e92d56c599ed06793537c3ee4c381f13 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:37:20 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72f0e24..55869a0 100644 --- a/README.md +++ b/README.md @@ -1987,10 +1987,13 @@ If you prefer MELPA Stable over MELPA, you can add MELPA Stable and prioritize i ;; This change increases MELPA Stable priority to 70, above MELPA, ;; ensuring that MELPA is preferred for package installations ;; over MELPA Stable. -(setq package-archive-priorities '(("gnu" . 90) - ("nongnu" . 80) - ("melpa-stable" . 70) - ("melpa" . 60))) +;; (Note: The minimal-emacs.d author does not assign higher priority to MELPA +;; Stable than to MELPA.) +;; +;; (setq package-archive-priorities '(("gnu" . 90) +;; ("nongnu" . 80) +;; ("melpa-stable" . 70) +;; ("melpa" . 60))) ``` ### How to load a local lisp file for machine-specific configurations?