|
| From: | Rasmus |
| Subject: | Re: [O] emacs & org mode for scholars questions |
| Date: | Fri, 04 Sep 2015 09:45:59 +0200 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Christian Wittern <address@hidden> 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
| [Prev in Thread] | Current Thread | [Next in Thread] |