guix-commits
[Top][All Lists]
Advanced

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

14/17: gnu: Add emacs-shell-switcher.


From: Ricardo Wurmus
Subject: 14/17: gnu: Add emacs-shell-switcher.
Date: Sun, 17 Jul 2016 09:04:59 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 3bcb304ea8b0d1f9e134810137e6496f99799c4e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jul 5 15:41:04 2016 +0200

    gnu: Add emacs-shell-switcher.
    
    * gnu/packages/emacs.scm (emacs-shell-switcher): New variable.
---
 gnu/packages/emacs.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a1fb885..27c50f7 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1574,6 +1574,26 @@ read from small to large monitors by using colors, a 
prefix feature, and smart
 truncation.")
     (license license:gpl2+)))
 
+(define-public emacs-shell-switcher
+  (package
+    (name "emacs-shell-switcher")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/DamienCassou/shell-switcher";
+                           "/archive/v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1c23mfkdqz2g9rixd9smm323vzlvhzz3ng34ambcqjfq309qb2nz"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/DamienCassou/shell-switcher";)
+    (synopsis "Provide fast switching between shell buffers")
+    (description
+     "This package provides commands to quickly switch between shell buffers.")
+    (license license:gpl3+)))
+
 (define-public emacs-ob-ipython
   (package
     (name "emacs-ob-ipython")



reply via email to

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