Changed package source priorities: melpa-stable > gnu > melpa.

This commit is contained in:
tastytea 2019-07-16 01:05:23 +02:00
parent f78c46f839
commit 783abfbbb3
1 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-07-15T22:54:57+00:00>
;; Time-stamp: <2019-07-15T23:05:06+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -12,9 +12,10 @@
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)
(setq package-archive-priorities '(("gnu" . 1)
("melpa" . 2)
("melpa-stable" . 3)
(setq package-archive-priorities '(
("melpa-stable" . 30)
("gnu" . 20)
("melpa" . 10)
))
(package-initialize)