Christian Wittern <[email protected]> writes:
> $> pip --freeze > requirements and
> $> pip install -r <requirements
>
> might provide both a flexible and extensible way to maintain meta packages.
> Or is there already a better way in the Emacs universe?
Why make it so hard? Just use the facilities built into Emacs, namely
init.el and package.el and put something like this in your init.
(setq package-selected-packages
'(auctex ess
company
js2-mode
magit
nyan-mode
pdf-tools
paredit
visual-regexp))
(package-initialize)
(when (fboundp 'package-install-selected-packages) ; Emacs-v25
(package-install-selected-packages))
Rasmus
--
Dobbelt-A