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

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file. ;;; 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: ;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with ;; 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) '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(add-to-list 'package-archives (add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t) '("melpa" . "https://melpa.org/packages/") t)
(setq package-archive-priorities '(("gnu" . 1) (setq package-archive-priorities '(
("melpa" . 2) ("melpa-stable" . 30)
("melpa-stable" . 3) ("gnu" . 20)
("melpa" . 10)
)) ))
(package-initialize) (package-initialize)