Add extra melpa package archives, else volatile-highlights package is not found
This commit is contained in:
parent
ab3cf506a6
commit
6a5aa80f83
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
|
@ -26,6 +26,9 @@
|
|||
(add-to-list 'package-archives
|
||||
'("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
|
||||
;; Else the automated installation logic is not able to install missing packages
|
||||
(package-initialize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue