Fix the package path for MELPA.
This commit is contained in:
parent
8d151275f0
commit
de75eb18a6
1 changed files with 4 additions and 1 deletions
|
|
@ -59,8 +59,11 @@
|
||||||
(setq package-archives
|
(setq package-archives
|
||||||
'(("gnu" . "http://elpa.gnu.org/packages/")
|
'(("gnu" . "http://elpa.gnu.org/packages/")
|
||||||
("org" . "http://orgmode.org/elpa/")
|
("org" . "http://orgmode.org/elpa/")
|
||||||
("melpa" . "http://melpa.milkbox.net/packages/")
|
("melpa" . "http://melpa.org/packages/")
|
||||||
("marmalade" . "https://marmalade-repo.org/packages/")))
|
("marmalade" . "https://marmalade-repo.org/packages/")))
|
||||||
|
(when (< emacs-major-version 24)
|
||||||
|
;; For important compatibility libraries like cl-lib
|
||||||
|
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
|
||||||
(package-initialize)
|
(package-initialize)
|
||||||
|
|
||||||
(defvar my-packages
|
(defvar my-packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue