From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3h6A-0001hZ-TN for guix-patches@gnu.org; Wed, 04 Apr 2018 08:01:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3h66-00077f-Th for guix-patches@gnu.org; Wed, 04 Apr 2018 08:01:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f3h66-00077T-PL for guix-patches@gnu.org; Wed, 04 Apr 2018 08:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f3h66-0007Nf-IK for guix-patches@gnu.org; Wed, 04 Apr 2018 08:01:02 -0400 Subject: bug#31012: [PATCH] gnu: Add emacs-emmet-mode. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180331220217.27276-1-mthl@gnu.org> <87woxrevvg.fsf@gnu.org> Date: Wed, 04 Apr 2018 14:00:46 +0200 In-Reply-To: <87woxrevvg.fsf@gnu.org> (Mathieu Lirzin's message of "Sun, 01 Apr 2018 00:13:55 +0200") Message-ID: <87370bdvv5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Lirzin Cc: 31012-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Applied with the minor changes below, thanks! Ludo'. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 85c596e3b..394939761 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -7452,8 +7452,8 @@ Anzu.zim.") "0g3p22yabfcp98cfv9dgl9il2m2pd53isq2q11vb3s7qyn31f7zj")))) (build-system emacs-build-system) (home-page "https://github.com/smihica/emmet-mode") - (synopsis "Unofficial Emmet's support for emacs") + (synopsis "Unofficial Emmet's support for Emacs") (description - "Unfold CSS-selector-like expressions to markup. It is Intended to be -used with sgml-like languages; xml, html, xhtml, xsl, etc.") + "Unfold CSS-selector-like expressions to markup. It is intended to be +used with SGML-like languages: XML, HTML, XHTML, XSL, etc.") (license license:gpl3+))) --=-=-=--