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

This commit is contained in:
Collin J. Doering 2021-09-05 03:55:39 -04:00
parent 631a1d79dd
commit 9ebc21e605
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 22 additions and 0 deletions

View File

@ -845,3 +845,25 @@ dashboard!")
(description
"Export Org mode files into awesome HTML in 2 minutes.")
(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.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1c1fkkwzxxa90fd5q5x6xlj48p8rhj4bs7h8wxx41w6wsggk2fm2"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-all-the-icons" ,emacs-all-the-icons)))
(home-page "https://github.com/seagle0128/all-the-icons-ibuffer")
(synopsis "Displays icons for all buffers in ibuffer.")
(description
"Displays icons for all buffers in ibuffer")
(license license:gpl3+)))