Update README.md
This commit is contained in:
11
README.md
11
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,
|
;; 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.
|
||||||
(setq package-archive-priorities '(("gnu" . 90)
|
;; (Note: The minimal-emacs.d author does not assign higher priority to MELPA
|
||||||
("nongnu" . 80)
|
;; Stable than to MELPA.)
|
||||||
("melpa-stable" . 70)
|
;;
|
||||||
("melpa" . 60)))
|
;; (setq package-archive-priorities '(("gnu" . 90)
|
||||||
|
;; ("nongnu" . 80)
|
||||||
|
;; ("melpa-stable" . 70)
|
||||||
|
;; ("melpa" . 60)))
|
||||||
```
|
```
|
||||||
|
|
||||||
### How to load a local lisp file for machine-specific configurations?
|
### How to load a local lisp file for machine-specific configurations?
|
||||||
|
|||||||
Reference in New Issue
Block a user