From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan =?utf-8?Q?Reich=C3=B6r?= Newsgroups: gmane.emacs.devel Subject: Re: [ELPA] tramp-theme.el Date: Tue, 16 Feb 2016 09:20:12 +0100 Message-ID: <87r3gdawxv.fsf@xsteve.at> References: <87a8n20y7x.fsf@gmx.de> <87k2m60y08.fsf@mbork.pl> <871t8d26zp.fsf@gmx.de> <8760xpce7i.fsf@xsteve.at> <877fi5t7gp.fsf@fastmail.fm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1455610877 13340 80.91.229.3 (16 Feb 2016 08:21:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Feb 2016 08:21:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 16 09:21:08 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aVase-0005DB-M4 for ged-emacs-devel@m.gmane.org; Tue, 16 Feb 2016 09:21:08 +0100 Original-Received: from localhost ([::1]:42906 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVasd-0007pX-Ro for ged-emacs-devel@m.gmane.org; Tue, 16 Feb 2016 03:21:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVas7-0007JY-D7 for emacs-devel@gnu.org; Tue, 16 Feb 2016 03:20:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVas3-00084O-5p for emacs-devel@gnu.org; Tue, 16 Feb 2016 03:20:35 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:46073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVas2-00084I-UJ for emacs-devel@gnu.org; Tue, 16 Feb 2016 03:20:31 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aVas1-0004it-9P for emacs-devel@gnu.org; Tue, 16 Feb 2016 09:20:29 +0100 Original-Received: from 88-117-60-30.adsl.highway.telekom.at ([88.117.60.30]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2016 09:20:29 +0100 Original-Received: from stefan by 88-117-60-30.adsl.highway.telekom.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Feb 2016 09:20:29 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 88-117-60-30.adsl.highway.telekom.at User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:tXwU3jbGuMVq3/tDvAe6YYcU5LQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:200017 Archived-At: Joost Kremers writes: > On Tue, Feb 16 2016, Stefan Reichör wrote: >> As a user I really don't like that a lot of functionality is now moved to ELPA. >> When I install a new emacs, I have to re-install also all needed >> packages from ELPA. > > Check out use-package: > > https://github.com/jwiegley/use-package > > Next time, that's the only package you'll need to install manually. Wow - this package looks useful :-) Please include it in emacs! ;-) Then I (and other users) don't have to install it manually. Stefan.