From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: Re: Snippets for working on Guix Date: Fri, 15 Dec 2017 22:17:07 -0500 Message-ID: <87wp1nxsy4.fsf@gmail.com> References: <87lgi4vpkx.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQ2yQ-0001jn-Lr for guix-devel@gnu.org; Fri, 15 Dec 2017 22:17:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQ2yL-0005XI-Mm for guix-devel@gnu.org; Fri, 15 Dec 2017 22:17:14 -0500 Received: from mail-io0-x22b.google.com ([2607:f8b0:4001:c06::22b]:36270) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQ2yL-0005WT-EN for guix-devel@gnu.org; Fri, 15 Dec 2017 22:17:09 -0500 Received: by mail-io0-x22b.google.com with SMTP id l10so4609684ioc.3 for ; Fri, 15 Dec 2017 19:17:09 -0800 (PST) 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! Ricardo Wurmus writes: > Hi Guix, > > 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 > This is pretty fun and useful too! It seems a cleaner approach to the copy-pasting of previous packages I'm sure many of us are doing ;). Thanks for sharing! Maxim