From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: emacs & org mode for scholars questions Date: Fri, 04 Sep 2015 09:45:59 +0200 Message-ID: <87si6ur5jc.fsf@gmx.us> References: <55dbff57.2491420a.591b6.5304@mx.google.com> <55e67518.a931460a.631c4.6af7@mx.google.com> <55E93DB3.7010307@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXlhS-0004do-KZ for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 03:46:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXlhN-0003UQ-Hg for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 03:46:18 -0400 Received: from plane.gmane.org ([80.91.229.3]:41906) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXlhN-0003Tz-Ah for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 03:46:13 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZXlhF-0004Ni-7z for emacs-orgmode@gnu.org; Fri, 04 Sep 2015 09:46:05 +0200 Received: from 62.80.108.8 ([62.80.108.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Sep 2015 09:46:05 +0200 Received: from rasmus by 62.80.108.8 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Sep 2015 09:46:05 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Christian Wittern writes: > $> pip --freeze > requirements and > $> pip install -r > 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