packages.el (400B)
1 ; list the packages you want 2 (setq package-list '(org org-plus-contrib org-ref htmlize gnuplot)) 3 ; list the repositories containing them 4 (setq package-archives '(("elpa" . "https://tromey.com/elpa/") 5 ("gnu" . "https://elpa.gnu.org/packages/") 6 ("melpa" . "https://melpa.org/packages/") 7 ("org" . "https://orgmode.org/elpa/")))