unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31256] [PATCH] gnu: Add emacs-evil-collection
@ 2018-04-25  9:10 Pierre Neidhardt
  2018-04-25 21:04 ` bug#31256: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Pierre Neidhardt @ 2018-04-25  9:10 UTC (permalink / raw)
  To: 31256

* gnu/packages/emacs.scm (emacs-evil-collection): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3ddca5be4..758b0aec2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4527,6 +4527,31 @@ main features of Vim, and provides facilities for writing custom
 extensions.")
     (license license:gpl3+)))
 
+(define-public emacs-evil-collection
+  (let ((commit "f40704a57fd33b4bfad64147a2b771fc8961fdfc")
+        (revision "1"))
+    (package
+      (name "emacs-evil-collection")
+      (version (git-version "20180425" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/emacs-evil/evil-collection")
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "0qn19k0f3isnbi1hkmcf3qjxbyvp23m5ak5ny7623qgwb2nwz1l5"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-evil" ,emacs-evil)))
+      (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.")
+      (license license:gpl3+))))
+
 (define-public emacs-goto-chg
   (package
     (name "emacs-goto-chg")
-- 
2.17.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#31256: [PATCH] gnu: Add emacs-evil-collection
  2018-04-25  9:10 [bug#31256] [PATCH] gnu: Add emacs-evil-collection Pierre Neidhardt
@ 2018-04-25 21:04 ` Ludovic Courtès
  2018-04-26  3:20   ` [bug#31256] " Pierre Neidhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-04-25 21:04 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 31256-done

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

Pierre Neidhardt <ambrevar@gmail.com> skribis:

> * gnu/packages/emacs.scm (emacs-evil-collection): New variable.

Applied with the changes below.  Thanks!

Ludo'.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 708 bytes --]

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#31256] [PATCH] gnu: Add emacs-evil-collection
  2018-04-25 21:04 ` bug#31256: " Ludovic Courtès
@ 2018-04-26  3:20   ` Pierre Neidhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Pierre Neidhardt @ 2018-04-26  3:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 31256-done

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]


Thank you very much for taking time to post the diff! :)

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 483 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-26  3:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25  9:10 [bug#31256] [PATCH] gnu: Add emacs-evil-collection Pierre Neidhardt
2018-04-25 21:04 ` bug#31256: " Ludovic Courtès
2018-04-26  3:20   ` [bug#31256] " Pierre Neidhardt

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).