From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBRb8-0003vQ-6j for guix-patches@gnu.org; Wed, 25 Apr 2018 17:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBRb4-0004hl-PB for guix-patches@gnu.org; Wed, 25 Apr 2018 17:05:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59942) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBRb4-0004hC-Lz for guix-patches@gnu.org; Wed, 25 Apr 2018 17:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fBRb4-0008KK-EL for guix-patches@gnu.org; Wed, 25 Apr 2018 17:05:02 -0400 Subject: bug#31256: [PATCH] gnu: Add emacs-evil-collection Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180425091021.14188-1-ambrevar@gmail.com> Date: Wed, 25 Apr 2018 23:04:41 +0200 In-Reply-To: <20180425091021.14188-1-ambrevar@gmail.com> (Pierre Neidhardt's message of "Wed, 25 Apr 2018 14:40:21 +0530") Message-ID: <87vacfngk6.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: Pierre Neidhardt Cc: 31256-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Pierre Neidhardt skribis: > * gnu/packages/emacs.scm (emacs-evil-collection): New variable. Applied with the 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 744fdeba4..6de1d8616 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4548,8 +4548,8 @@ extensions.") (home-page "https://github.com/emacs-evil/evil-collection") (synopsis "Collection of Evil bindings for many major and minor modes") (description "This is a collection of Evil bindings for the parts of -Emacs that Evil does not cover properly by default, such as help-mode, \"M-x -calendar\", Eshell and more.") +Emacs that Evil does not cover properly by default, such as @code{help-mode}, +@code{M-x calendar}, Eshell and more.") (license license:gpl3+)))) (define-public emacs-goto-chg --=-=-=--