From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: Re: Guix as a package manager for Emacs Date: Wed, 22 Jan 2020 15:17:03 +0100 Message-ID: References: <87pnfcf7y5.fsf@euandre.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58437) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iuGom-0001Qp-WD for Help-Guix@gnu.org; Wed, 22 Jan 2020 09:17:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iuGom-0004hd-1r for Help-Guix@gnu.org; Wed, 22 Jan 2020 09:17:16 -0500 Received: from mail-qv1-xf30.google.com ([2607:f8b0:4864:20::f30]:45087) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iuGol-0004gg-U2 for Help-Guix@gnu.org; Wed, 22 Jan 2020 09:17:15 -0500 Received: by mail-qv1-xf30.google.com with SMTP id l14so3255957qvu.12 for ; Wed, 22 Jan 2020 06:17:15 -0800 (PST) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: EuAndreh Cc: help-guix Ah crap! On Wed, 22 Jan 2020 at 15:14, zimoun wrote: > --8<---------------cut here---------------start------------->8--- > (use-package-modules emacs emacs-xyz) > > (with-output-to-file (string-append (getenv "HOME") "/.emacs") > (lambda () > (display > (string-append ";; initialize package > \n" > " > \n" The formatting failed! :-( I let you use Emacs to reformat correctly. :-) > )))) [...] > --8<---------------cut here---------------end--------------->8---