all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53622] [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.
@ 2022-01-29 13:24 pinoaffe
  2022-01-29 13:25 ` [bug#53622] [PATCH 2/8] gnu: Add emacs-all-the-icons-ibuffer pinoaffe
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: pinoaffe @ 2022-01-29 13:24 UTC (permalink / raw)
  To: 53622


* 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





^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2022-02-06 22:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 13:24 [bug#53622] [PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons pinoaffe
2022-01-29 13:25 ` [bug#53622] [PATCH 2/8] gnu: Add emacs-all-the-icons-ibuffer pinoaffe
2022-01-29 13:25 ` [bug#53622] [PATCH 3/8] gnu: Add emacs-enlive pinoaffe
2022-01-29 13:26 ` [bug#53622] [PATCH 4/8] gnu: Add emacs-org-books pinoaffe
2022-01-29 13:26 ` [bug#53622] [PATCH 5/8] gnu: Add emacs-org-chef pinoaffe
2022-01-29 13:27 ` [bug#53622] [PATCH 6/8] gnu: Add emacs-ox-reveal pinoaffe
2022-01-29 13:27 ` [bug#53622] [PATCH 7/8] gnu: Add emacs-apache-mode pinoaffe
2022-01-29 13:28 ` [bug#53622] [PATCH 8/8] gnu: Add emacs-robots-txt-mode pinoaffe
2022-01-29 14:48 ` [bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons pinoaffe
2022-01-29 14:48   ` [bug#53622] [PATCH V2 2/8] gnu: Add emacs-all-the-icons-ibuffer pinoaffe
2022-02-06 22:39     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 3/8] gnu: Add emacs-enlive pinoaffe
2022-02-06 22:40     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 4/8] gnu: Add emacs-org-books pinoaffe
2022-02-06 22:41     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 5/8] gnu: Add emacs-org-chef pinoaffe
2022-02-06 22:42     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 6/8] gnu: Add emacs-ox-reveal pinoaffe
2022-02-06 22:46     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 7/8] gnu: Add emacs-apache-mode pinoaffe
2022-02-06 22:47     ` Nicolas Goaziou
2022-01-29 14:48   ` [bug#53622] [PATCH V2 8/8] gnu: Add emacs-robots-txt-mode pinoaffe
2022-02-06 22:47     ` bug#53622: " Nicolas Goaziou
2022-02-06 22:39   ` [bug#53622] [PATCH V2 1/8] gnu: Add emacs-spaceline-all-the-icons Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.