Only use melpa-stable packages
This commit is contained in:
parent
71dde446d6
commit
a1f0476b17
1 changed files with 0 additions and 3 deletions
3
init.el
3
init.el
|
|
@ -8,9 +8,6 @@
|
||||||
(add-to-list 'package-archives
|
(add-to-list 'package-archives
|
||||||
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
|
||||||
|
|
||||||
(add-to-list 'package-archives
|
|
||||||
'("melpa" . "http://melpa.milkbox.net/packages/") t)
|
|
||||||
|
|
||||||
;; MUST be called after package-archives is updated
|
;; MUST be called after package-archives is updated
|
||||||
;; Else the automated installation logic is not able to install missing packages
|
;; Else the automated installation logic is not able to install missing packages
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue