[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add emacs-mu4e-column-faces.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add emacs-mu4e-column-faces. |
Date: |
Wed, 21 Feb 2024 13:58:10 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b3f4ad6cce gnu: Add emacs-mu4e-column-faces.
b3f4ad6cce is described below
commit b3f4ad6cce23845638b03aae63172bd5f3a5949c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Feb 21 19:57:13 2024 +0100
gnu: Add emacs-mu4e-column-faces.
* gnu/packages/emacs-xyz.scm (emacs-mu4e-column-faces): New variable.
Change-Id: I6a28ad3d8a86ccd2b9963aa61b7d6a3a15479996
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 99b44d0459..0099a883ae 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17761,6 +17761,28 @@ a (typically) noncontiguous set of text.")
Additionally it can display the number of unread emails in the mode line.")
(license license:gpl3+))))
+(define-public emacs-mu4e-column-faces
+ (package
+ (name "emacs-mu4e-column-faces")
+ (version "20221213.2206")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Alexander-Miller/mu4e-column-faces.git")
+ (commit "1bbb646ea07deb1bd2daa4c6eb36e0f65aac40b0")))
+ (sha256
+ (base32 "12cb37lj8j1fd5kp3gbnzgknb57j5l8xgrnhb60ysff66m1mbrr7"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ (list mu))
+ (home-page "https://github.com/Alexander-Miller/mu4e-column-faces")
+ (synopsis "Faces for individual mu4e columns")
+ (description
+ "This package provides a minor mode for individual column faces in mu4e's
+mail overview.")
+ (license license:gpl3+)))
+
(define-public emacs-mu4e-jump-to-list
(let ((commit "358bba003543b49ffa266e503e54aebd0ebe614b")
(revision "1"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add emacs-mu4e-column-faces.,
guix-commits <=