guix-commits
[Top][All Lists]
Advanced

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

11/17: gnu: Add emacs-smart-mode-line.


From: Ricardo Wurmus
Subject: 11/17: gnu: Add emacs-smart-mode-line.
Date: Sun, 17 Jul 2016 09:04:59 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit b33f913d9cc5154c4f30103256c7ba2c43be5e08
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 6 16:43:41 2016 +0200

    gnu: Add emacs-smart-mode-line.
    
    * gnu/packages/emacs.scm (emacs-smart-mode-line): New variable.
---
 gnu/packages/emacs.scm |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c074ff0..a2b8ba2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1506,6 +1506,30 @@ in Lisp modes.")
 mode-line.")
     (license license:gpl2+)))
 
+(define-public emacs-smart-mode-line
+  (package
+    (name "emacs-smart-mode-line")
+    (version "2.10.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/Malabarba/smart-mode-line/";
+                           "archive/" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0i9wajabrrsjzwd842q0m2611kf0q31p9hg1pdj81177gynkw8l8"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-rich-minority" ,emacs-rich-minority)))
+    (home-page "http://github.com/Malabarba/smart-mode-line";)
+    (synopsis "Color-coded smart mode-line.")
+    (description
+     "Smart Mode Line is a mode-line theme for Emacs.  It aims to be easy to
+read from small to large monitors by using colors, a prefix feature, and smart
+truncation.")
+    (license license:gpl2+)))
+
 (define-public emacs-ob-ipython
   (package
     (name "emacs-ob-ipython")



reply via email to

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