I don't think we need tromey elpa

This commit is contained in:
Benson Chu 2025-09-01 10:22:01 -05:00
parent 600f532fff
commit d350edaa85

View file

@ -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)