3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Add emacs-all-the-icons-ibuffer.

* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-ibuffer): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
pinoaffe 2022-02-06 23:20:54 +01:00 committed by Nicolas Goaziou
parent 1a586346b1
commit 88299bbe24
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24960,6 +24960,30 @@ based on diff output.")
be used in @code{dired-mode}.")
(license license:gpl3+))))
(define-public emacs-all-the-icons-ibuffer
(package
(name "emacs-all-the-icons-ibuffer")
(version "1.3.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/seagle0128/all-the-icons-ibuffer")
(commit (string-append"v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1c1fkkwzxxa90fd5q5x6xlj48p8rhj4bs7h8wxx41w6wsggk2fm2"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-all-the-icons))
(home-page "https://github.com/seagle0128/all-the-icons-ibuffer")
(synopsis "Display icons for all buffers in ibuffer")
(description
"This package uses @code{emacs-all-the-icons} to display icons in Ibuffer
buffers.")
(license license:gpl3+)))
(define-public emacs-exwm-edit
(let ((commit "e1291e311840f1049106fe98cec032a1c75efd2b")
(version "0.0.1")