[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons.
From: |
pinoaffe |
Subject: |
[bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons. |
Date: |
Sat, 29 Jan 2022 15:48:03 +0100 |
* gnu/packages/emacs-xyz.scm (emacs-spaceline-all-the-icons): New variable.
---
gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8ce245c54a..052270630e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -659,6 +659,32 @@ (define-public emacs-puni
out of the box.")
(license license:gpl3+))))
+(define-public emacs-spaceline-all-the-icons
+ (package
+ (name "emacs-spaceline-all-the-icons")
+ (version "1.4.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/domtronn/spaceline-all-the-icons.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "186v71d8n1iy73drayyf57pyzlz973q74mazkyvb8w3fj8bb3llm"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list emacs-all-the-icons
+ emacs-spaceline
+ emacs-memoize))
+ (home-page "https://github.com/domtronn/spaceline-all-the-icons.el")
+ (synopsis "Theme for emacs-spaceline using emacs-all-the-icons")
+ (description
+ "A theme for @code{emacs-spaceline} that recreates most of the segments
+available in that package using icons from @code{emacs-all-the-icons}. Icon
+fonts allow for more tailored and detailed information in the mode line.")
+ (license license:expat)))
+
(define-public emacs-project
(package
(name "emacs-project")
--
2.34.0
- [bug#53622] [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 3/8] gnu: Add emacs-enlive., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 2/8] gnu: Add emacs-all-the-icons-ibuffer., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 4/8] gnu: Add emacs-org-books., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 5/8] gnu: Add emacs-org-chef., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 6/8] gnu: Add emacs-ox-reveal., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 7/8] gnu: Add emacs-apache-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH 8/8] gnu: Add emacs-robots-txt-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons.,
pinoaffe <=
- [bug#53622] [PATCH V2 2/8] gnu: Add emacs-all-the-icons-ibuffer., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 3/8] gnu: Add emacs-enlive., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 5/8] gnu: Add emacs-org-chef., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 6/8] gnu: Add emacs-ox-reveal., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 7/8] gnu: Add emacs-apache-mode., pinoaffe, 2022/01/29
- [bug#53622] [PATCH V2 4/8] gnu: Add emacs-org-books., pinoaffe, 2022/01/29