emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: emacs & org mode for scholars questions
Date: Fri, 04 Sep 2015 09:45:59 +0200	[thread overview]
Message-ID: <87si6ur5jc.fsf@gmx.us> (raw)
In-Reply-To: 55E93DB3.7010307@gmail.com

Christian Wittern <cwittern@gmail.com> 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

  reply	other threads:[~2015-09-04  7:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-25  5:38 emacs & org mode for scholars questions Erik Hetzner
2015-08-25 13:51 ` John Kitchin
2015-08-25 15:04   ` Matt Price
2015-08-25 15:16   ` Eric S Fraga
2015-08-25 20:18     ` John Kitchin
2015-08-26  9:30       ` Eric S Fraga
2015-08-26 10:39         ` John Kitchin
2015-08-26 11:07           ` Eric S Fraga
2015-08-26 13:04             ` John Kitchin
2015-08-25 16:10   ` Suvayu Ali
2015-08-26 13:06     ` John Kitchin
2015-08-27  5:21   ` Marcin Borkowski
2015-08-27 10:31     ` John Kitchin
2015-08-25 16:48 ` Thomas S. Dye
2015-08-25 17:23   ` Eric S Fraga
2015-09-02  4:03 ` Erik Hetzner
2015-09-02 10:40   ` John Kitchin
2015-09-03  2:00     ` Erik Hetzner
2015-09-05  0:29       ` John Kitchin
2015-09-05 14:08         ` Thierry Banel
2015-09-04  6:44     ` Christian Wittern
2015-09-04  7:45       ` Rasmus [this message]
2015-09-02 11:00   ` Rasmus
2015-09-02 12:33     ` Xebar Saram
2015-09-02 12:51       ` Rasmus
2015-09-02 13:17         ` Marcin Borkowski
2015-09-02 14:53     ` Jorge A. Alfaro-Murillo
2015-09-03  2:10     ` Erik Hetzner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87si6ur5jc.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).