Add melpa to package-archives (needed for flycheck-clang-*)
This commit is contained in:
parent
623759dd64
commit
ef4b87f560
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
|
@ -6,6 +6,8 @@
|
||||||
;; add melpa-stable to package-archives
|
;; add melpa-stable to package-archives
|
||||||
(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
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue