mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add emacs-mu4e-column-faces.
* gnu/packages/emacs-xyz.scm (emacs-mu4e-column-faces): New variable. Change-Id: I6a28ad3d8a86ccd2b9963aa61b7d6a3a15479996
This commit is contained in:
parent
ec9c8b0c1a
commit
b3f4ad6cce
1 changed files with 22 additions and 0 deletions
|
@ -17761,6 +17761,28 @@ (define-public emacs-mu4e-alert
|
|||
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"))
|
||||
|
|
Loading…
Reference in a new issue