13 lines
538 B
EmacsLisp
13 lines
538 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "all-the-icons-ivy-rich" "20230420.1234"
|
|
"Better experience with icons for ivy."
|
|
'((emacs "25.1")
|
|
(ivy-rich "0.1.0")
|
|
(all-the-icons "2.2.0"))
|
|
:url "https://github.com/seagle0128/all-the-icons-ivy-rich"
|
|
:commit "c098cc85123a401b0ab8f2afd3a25853e61d7d28"
|
|
:revdesc "c098cc85123a"
|
|
:keywords '("convenience" "icons" "ivy")
|
|
:authors '(("Vincent Zhang" . "seagle0128@gmail.com"))
|
|
:maintainers '(("Vincent Zhang" . "seagle0128@gmail.com")))
|