Use melpa-stable

This commit is contained in:
Marcus Kammer 2021-01-26 17:09:30 +01:00
parent 8b7e38e57d
commit 22566d9a0d

View file

@ -13,7 +13,7 @@ There are two things you can do about this warning:
1. Install an Emacs version that does support SSL and be safe. 1. Install an Emacs version that does support SSL and be safe.
2. Remove this warning from your init file so you won't see it again.")) 2. Remove this warning from your init file so you won't see it again."))
;; Comment/uncomment these two lines to enable/disable MELPA and MELPA Stable as desired ;; Comment/uncomment these two lines to enable/disable MELPA and MELPA Stable as desired
(add-to-list 'package-archives (cons "melpa" (concat proto "://melpa.org/packages/")) t) (add-to-list 'package-archives (cons "melpa-stable" (concat proto "://stable.melpa.org/packages/")) t)
;;(add-to-list 'package-archives (cons "melpa-stable" (concat proto "://stable.melpa.org/packages/")) t) ;;(add-to-list 'package-archives (cons "melpa-stable" (concat proto "://stable.melpa.org/packages/")) t)
(when (< emacs-major-version 24) (when (< emacs-major-version 24)
;; For important compatibility libraries like cl-lib ;; For important compatibility libraries like cl-lib