mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
I don't think we need tromey elpa
This commit is contained in:
parent
600f532fff
commit
d350edaa85
1 changed files with 3 additions and 3 deletions
6
init.el
6
init.el
|
|
@ -1,11 +1,11 @@
|
||||||
(setq package-list '(org use-package quelpa quelpa-use-package))
|
(setq package-list '(org use-package quelpa quelpa-use-package))
|
||||||
;; list the repositories containing them
|
;; list the repositories containing them
|
||||||
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
|
(setq package-archives '(("melpa" . "http://melpa.org/packages/")
|
||||||
;; ("org" . "https://orgmode.org/elpa/")
|
;; ("org" . "https://orgmode.org/elpa/")
|
||||||
("gnu" . "http://elpa.gnu.org/packages/")
|
("gnu" . "http://elpa.gnu.org/packages/")
|
||||||
("nongnu" . "https://elpa.nongnu.org/nongnu/")
|
("nongnu" . "https://elpa.nongnu.org/nongnu/")
|
||||||
("elpa" . "http://tromey.com/elpa/")
|
;; ("elpa" . "http://tromey.com/elpa/")
|
||||||
;;("marmalade" . "http://marmalade-repo.org/packages/")
|
;; ("marmalade" . "http://marmalade-repo.org/packages/")
|
||||||
))
|
))
|
||||||
|
|
||||||
;; activate all the packages (in particular autoloads)
|
;; activate all the packages (in particular autoloads)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue