rekahsoft-gnu: Add emacs-all-the-icons-ibuffer
This commit is contained in:
parent
631a1d79dd
commit
9ebc21e605
@ -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+)))
|
||||
|
Loading…
Reference in New Issue
Block a user