From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] 1 of 2: emacs-lua-mode Date: Mon, 13 Jun 2016 21:36:53 +0000 Message-ID: <20160613213653.GB25440@khazad-dum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35214) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCZXd-000341-7r for guix-devel@gnu.org; Mon, 13 Jun 2016 17:37:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCZXY-0008M8-W1 for guix-devel@gnu.org; Mon, 13 Jun 2016 17:37:04 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:45764 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCZXY-0008M3-Hg for guix-devel@gnu.org; Mon, 13 Jun 2016 17:37:00 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id 08801e60 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO for ; Mon, 13 Jun 2016 21:36:57 +0000 (UTC) Content-Disposition: inline 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: guix-devel@gnu.org --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =46rom 5efc843356994f97fbf98c8440d6d9154bb3d107 Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Mon, 13 Jun 2016 21:10:53 +0000 Subject: [PATCH] gnu: Add emacs-lua-mode. * gnu/packages/emacs.scm (emacs-lua-mode): New Variable. --- gnu/packages/emacs.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 6a79412..dfe2e23 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -13,6 +13,7 @@ ;;; Copyright =C2=A9 2016 David Thompson ;;; Copyright =C2=A9 2016 Matthew Jordan ;;; Copyright =C2=A9 2016 Roel Janssen +;;; Copyright =C2=A9 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -2112,3 +2113,24 @@ There are plenty of differences between CIDER and SL= IME, but the core ideas are pretty much the same (and SLIME served as the principle inspiration for CIDER).") (license license:gpl3+))) + +(define-public emacs-lua-mode + (package + (name "emacs-lua-mode") + (version "20151025") + (source (origin + (method url-fetch) + (uri (string-append + "https://github.com/immerrr/lua-mode/archive/v" + version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0sbhfny5ib65cnx6xcy6h9bbw27mw034s8m9cca00bhxqaqi6p4v")))) + (build-system emacs-build-system) + (home-page "http://github.com/immerrr/lua-mode/") + (synopsis "Major mode for lua") + (description + "This Emacs package provides a mode for @uref{https://www.lua.org/, +Lua programing language}.") + (license license:gpl2+))) -- 2.8.4 -- =E2=99=A5=E2=92=B6 ng0 For non-prism friendly talk find me on psyced.org / loupsycedyglgamf.onion --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- iF4EARYKAAYFAldfJ3UACgkQhhoAchyzrCCMpQEA6ViR9Wabv7rbvs/dGXUosDsr xh3cnD2MMLDFjspAZHcA/i1e3Di35jkkk3rxtVpGBwL1AGb6ldyavn6IzOqr9m0F =udMr -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN--