From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] emacs: devel: Highlight Guix keywords. Date: Sat, 17 Oct 2015 15:40:38 +0200 Message-ID: <87mvvhk3zd.fsf@gnu.org> References: <87pp0ey243.fsf@gmail.com> 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]:46781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnRj4-0004Xu-CH for guix-devel@gnu.org; Sat, 17 Oct 2015 09:40:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnRiz-0004YZ-5q for guix-devel@gnu.org; Sat, 17 Oct 2015 09:40:46 -0400 In-Reply-To: <87pp0ey243.fsf@gmail.com> (Alex Kost's message of "Fri, 16 Oct 2015 23:45:00 +0300") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > From 31e50a4a0d381a8582eb59d14897b40afd09b94f Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Fri, 16 Oct 2015 23:38:38 +0300 > Subject: [PATCH] emacs: devel: Highlight Guix keywords. > > * emacs/guix-devel.el (guix-devel-keywords): New constant. > (guix-devel-font-lock-keywords): Use it. Nice, LGTM. It=E2=80=99s gonna be colorful now. :-) Ludo=E2=80=99.