Enhance the load function

This commit is contained in:
James Cherti
2025-03-13 13:26:17 -04:00
parent a896c08de2
commit 90d3a48852

View File

@@ -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,