guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add emacs-emamux.


From: ???
Subject: 01/01: gnu: Add emacs-emamux.
Date: Mon, 3 Jul 2017 10:35:00 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit aadd75acd60008f65aaba58a27f54b5f5d98eacf
Author: Oleg Pykhalov <address@hidden>
Date:   Mon Jul 3 22:30:25 2017 +0800

    gnu: Add emacs-emamux.
    
    * gnu/packages/emacs.scm (emacs-emamux): New variable.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a8bf05c..560e352 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -5148,3 +5148,24 @@ settings).")
 It lets you edit a latex fragment in a dedicated buffer just like editing a
 src block.")
     (license license:gpl3+)))
+
+(define-public emacs-emamux
+  (package
+    (name "emacs-emamux")
+    (version "0.14")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/syohex/emacs-emamux/archive/";
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0wlqg4icy037bj70b0qmhvwvmiwhagpnx6pnxhq6gzy1hvwlilkx"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/syohex/emacs-emamux";)
+    (synopsis "Manipulate Tmux from Emacs")
+    (description
+     "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
+multiplexer.")
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]