From mboxrd@z Thu Jan 1 00:00:00 1970 From: EuAndreh via Subject: Guix as a package manager for Emacs Date: Wed, 22 Jan 2020 01:09:38 -0300 Message-ID: <87pnfcf7y5.fsf@euandre.org> Reply-To: EuAndreh Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51909) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iu7LH-0006EP-6U for Help-Guix@gnu.org; Tue, 21 Jan 2020 23:10:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iu7LF-0003Lz-C9 for Help-Guix@gnu.org; Tue, 21 Jan 2020 23:10:11 -0500 Received: from box.euandre.org ([162.243.185.39]:51217) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iu7LF-0003LF-7Q for Help-Guix@gnu.org; Tue, 21 Jan 2020 23:10:09 -0500 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: help-guix Hi Guix! How can I get in Guix something similar to Nix's emacsWithPackages: https://nixos.org/nixpkgs/manual/#sec-emacs-config It shows how to use Nix's packaging capabilities to setup and configure Emacs, instead of having "use-package" (or similar tools) downloading and installing packages. I found some previous messages and discussions in the lists archives, but couldn't find guidance on how to proceed. How can I accomplish it with Guix? Thanks :)