From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7052-0002Tt-LC for guix-patches@gnu.org; Sat, 06 May 2017 09:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7051-0000wg-UG for guix-patches@gnu.org; Sat, 06 May 2017 09:49:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7051-0000wc-RH for guix-patches@gnu.org; Sat, 06 May 2017 09:49:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7050-0007xf-6i for guix-patches@gnu.org; Sat, 06 May 2017 09:49:03 -0400 Subject: bug#26794: Add emacs-evil-surround Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Sat, 06 May 2017 15:48:02 +0200 In-Reply-To: (Arun Isaac's message of "Sat, 06 May 2017 11:17:23 +0530") Message-ID: <87ziequmel.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Arun Isaac Cc: 26794@debbugs.gnu.org Arun Isaac skribis: > Please find attached a patch adding emacs-evil-surround. > > From 3d19ee3def7bb2e64751ed1dfcf53316351575c1 Mon Sep 17 00:00:00 2001 > From: Arun Isaac > Date: Sat, 6 May 2017 11:14:53 +0530 > Subject: [PATCH] gnu: Add emacs-evil-surround. > > * gnu/packages/emacs.scm (emacs-evil-surround): New variable. LGTM, thanks! Ludo'.