Remove MELPA stable
This commit is contained in:
@@ -1088,6 +1088,9 @@ Add the following to your `~/.emacs.d/pre-early-init.el` file:
|
|||||||
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:
|
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
|
```elisp
|
||||||
|
;; Add melpa-stable to `package-archives'
|
||||||
|
(push '("melpa-stable" . "https://stable.melpa.org/packages/") package-archives)
|
||||||
|
|
||||||
;; This change increases MELPA Stable priority to 70, above MELPA,
|
;; This change increases MELPA Stable priority to 70, above MELPA,
|
||||||
;; ensuring that MELPA is preferred for package installations
|
;; ensuring that MELPA is preferred for package installations
|
||||||
;; over MELPA Stable.
|
;; over MELPA Stable.
|
||||||
|
|||||||
@@ -383,7 +383,6 @@ this stage of initialization."
|
|||||||
(setq use-package-enable-imenu-support t)
|
(setq use-package-enable-imenu-support t)
|
||||||
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
|
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
|
||||||
("gnu" . "https://elpa.gnu.org/packages/")
|
("gnu" . "https://elpa.gnu.org/packages/")
|
||||||
("melpa-stable" . "https://stable.melpa.org/packages/")
|
|
||||||
("nongnu" . "https://elpa.nongnu.org/nongnu/")))
|
("nongnu" . "https://elpa.nongnu.org/nongnu/")))
|
||||||
(customize-set-variable 'package-archive-priorities '(("gnu" . 99)
|
(customize-set-variable 'package-archive-priorities '(("gnu" . 99)
|
||||||
("nongnu" . 80)
|
("nongnu" . 80)
|
||||||
|
|||||||
Reference in New Issue
Block a user