GNU bug report logs -
#53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.
Previous Next
Reported by: pinoaffe <pinoaffe <at> gmail.com>
Date: Sat, 29 Jan 2022 13:46:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 3 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.