* [bug#37126] [PATCH] Add emacs-evil-mc.
@ 2019-08-21 7:50 Brian Leung
2019-08-25 13:53 ` Oleg Pyhalov
0 siblings, 1 reply; 2+ messages in thread
From: Brian Leung @ 2019-08-21 7:50 UTC (permalink / raw)
To: 37126
[-- Attachment #1.1: Type: text/plain, Size: 14 bytes --]
See attached.
[-- Attachment #1.2: Type: text/html, Size: 35 bytes --]
[-- Attachment #2: 0001-gnu-Add-emacs-evil-mc.patch --]
[-- Type: text/x-patch, Size: 1825 bytes --]
From 1009b6fe607a49387e3e09333ff63cbd4e383f0b Mon Sep 17 00:00:00 2001
From: Brian Leung <bkleung89@gmail.com>
Date: Wed, 21 Aug 2019 09:02:35 +0200
Subject: [PATCH] gnu: Add emacs-evil-mc.
* gnu/packages/emacs-xyz.scm (emacs-evil-mc): New variable.
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a51545c3b3..52a5eb1326 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13562,6 +13562,32 @@ integrating @code{iedit-mode} into Evil mode with an attempt at sensible
defaults.")
(license license:gpl3+)))
+(define-public emacs-evil-mc
+ (let ((commit "5205fe671803465149e578849bbbe803c23a8e4e")
+ (revision "1"))
+ (package
+ (name "emacs-evil-mc")
+ (version (git-version "0.0.3" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gabesoft/evil-mc.git")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "03pxpjjxbai4dwp84bgxh52ahh0f6ac58xi2mds1kl4v93nm7v42"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-evil" ,emacs-evil)))
+ (native-inputs
+ `(("emacs-espuds" ,emacs-espuds)))
+ (home-page "https://github.com/gabesoft/evil-mc")
+ (synopsis "Interactive search compatible with @code{multiple-cursors}")
+ (description "This package can be used with @code{multiple-cursors} to
+provide an incremental search that moves all fake cursors in sync.")
+ (license license:expat))))
+
(define-public emacs-evil-org
(let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
(package
--
2.23.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#37126] [PATCH] Add emacs-evil-mc.
2019-08-21 7:50 [bug#37126] [PATCH] Add emacs-evil-mc Brian Leung
@ 2019-08-25 13:53 ` Oleg Pyhalov
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Pyhalov @ 2019-08-25 13:53 UTC (permalink / raw)
To: Brian Leung; +Cc: 37126, 37126-done
[-- Attachment #1: Type: text/plain, Size: 48 bytes --]
Hello Brian,
Thanks. Pushed to master.
Oleg.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-08-25 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-21 7:50 [bug#37126] [PATCH] Add emacs-evil-mc Brian Leung
2019-08-25 13:53 ` Oleg Pyhalov
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).