From 90d3a48852d32b2467bff0e842cf2ce0348e040c Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:26:17 -0400 Subject: [PATCH] Enhance the load function --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efdf2be..a8168b7 100644 --- a/README.md +++ b/README.md @@ -1083,9 +1083,9 @@ Add the following to your `~/.emacs.d/pre-early-init.el` file: ### How to use MELPA stable? -**IMPORTANT: Many of the MELPA stable packages are outdated.** +**IMPORTANT: Some of the MELPA stable packages are outdated.** -Add the following configuration to `~/.emacs.d/post-early-init.el` to give MELPA Stable a higher priority than MELPA, ensuring that packages are fetched from MELPA Stable first: +To prioritize MELPA Stable over MELPA (the latest package version), add the following configuration to `~/.emacs.d/post-early-init.el` to ensure packages are fetched from MELPA Stable first: ```elisp ;; This change increases MELPA Stable priority to 70, above MELPA,