guix-commits
[Top][All Lists]
Advanced

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

12/17: gnu: Add emacs-shut-up.


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

rekado pushed a commit to branch master
in repository guix.

commit 1f9a709710e651e3a0f0937635689eb698b260cd
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jul 12 12:13:52 2016 +0200

    gnu: Add emacs-shut-up.
    
    * gnu/packages/emacs.scm (emacs-shut-up): 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 a2b8ba2..902575f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1392,6 +1392,26 @@ column by drawing a thin line down the length of the 
editing window.")
 IRC bouncer with ERC.")
     (license license:expat)))
 
+(define-public emacs-shut-up
+  (package
+    (name "emacs-shut-up")
+    (version "0.3.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/cask/shut-up/";
+                           "archive/v" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "09kzrjdkb569iviyg7ydwq44yh84m3f9hkl7jizfrlk0w4gz67d1"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/cask/shut-up";)
+    (synopsis "Silence Emacs")
+    (description "This package silences most output of Emacs when running an
+Emacs shell script.")
+    (license license:expat)))
+
 (define-public emacs-paren-face
   (package
     (name "emacs-paren-face")



reply via email to

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