I have a list of packages installed that I would want to install on another computer. How would I use the info in the packages buffer or some other list to generate a script that would be used to install them on another computer?
async 20170610.2241 installed
epl 20150517.433 installed
evil 20170712.2350 installed
goto-chg 20131228.659 installed
helm 20170706.648 installed
helm-ag 20170209.745 installed
helm-core 20170701.629 installed
helm-descbinds 20160916.713 installed
helm-projectile 20170613.14 installed
pkg-info 20150517.443 installed
popup 20160709.729 installed
projectile 20170416.148 installed
undo-tree 20170706.246 installed
C-h f package-install-selected-packages
I getNo match
. Which emacs version is the function built in? Canpackage-install
iterate over a list of packages? – vfclists Jul 16 '17 at 13:51package-selected-packages
and usingpackage-install
– vfclists Jul 16 '17 at 15:53