* [bug#46930] [PATCH] gnu: Add emacs-multifiles.
@ 2021-03-04 19:57 Stefan Reichör
2021-03-05 16:16 ` bug#46930: " Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2021-03-04 19:57 UTC (permalink / raw)
To: 46930; +Cc: Stefan Reichör
* gnu/packages/emacs-xyz.scm (emacs-multifiles): New variable.
---
gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 85a612296c..98b827177c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5801,6 +5801,30 @@ interactive searches to move multiple fake cursors.")
simultaneous cursors.")
(license license:gpl3+)))
+(define-public emacs-multifiles
+ (let ((commit "dddfe64b8e1c1cd1f9ccc1f03405477fc0d53897")
+ (revision "1"))
+ (package
+ (name "emacs-multifiles")
+ (version (git-version "0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/magnars/multifiles.el")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "065l04ylplng1vgykkbn2vnkcs3sn1k2cikx1ha2q8wmgx6bkvai"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-dash" ,emacs-dash)))
+ (home-page "https://github.com/magnars/multifiles.el")
+ (synopsis "Edit multiple files in a single emacs buffer")
+ (description
+ "View and edit parts of multiple files in one emacs buffer.")
+ (license license:gpl3+))))
+
(define-public emacs-mc-extras
(let ((commit "053abc52181b8718559d7361a587bbb795faf164")
(revision "1"))
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-05 16:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04 19:57 [bug#46930] [PATCH] gnu: Add emacs-multifiles Stefan Reichör
2021-03-05 16:16 ` bug#46930: " Nicolas Goaziou
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).