From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Snippets for working on Guix Date: Fri, 15 Dec 2017 15:58:04 +0100 Message-ID: <87efnwghs3.fsf@gnu.org> References: <87lgi4vpkx.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePrRD-000769-Ni for guix-devel@gnu.org; Fri, 15 Dec 2017 09:58:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePrR8-0006NG-Oy for guix-devel@gnu.org; Fri, 15 Dec 2017 09:58:11 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:37550) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePrR8-0006MW-JQ for guix-devel@gnu.org; Fri, 15 Dec 2017 09:58:06 -0500 In-Reply-To: <87lgi4vpkx.fsf@elephly.net> (Ricardo Wurmus's message of "Fri, 15 Dec 2017 00:48:14 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: guix-devel@gnu.org Hi! Ricardo Wurmus skribis: > to avoid the need to type out boilerplate I wrote a couple of snippets > that can be used with yasnippet in Emacs, and I thought I should share > them with you. > > These snippets are available: > > ./scheme-mode/guix-package > ./scheme-mode/guix-origin > ./scheme-mode/guix-git-reference > ./scheme-mode/guix-hg-reference > ./scheme-mode/guix-cvs-reference > ./scheme-mode/guix-svn-reference > ./text-mode/guix-commit-message-add-package > ./text-mode/guix-commit-message-update-package That looks really useful! Do you think we could add them under etc/emacs in the repo, and somehow have them automatically available? Or should it be in Emacs-Guix? Thanks, Ludo=E2=80=99.