Files
emacs/lisp/all-the-icons-ivy-rich/all-the-icons-ivy-rich-pkg.el
2025-06-22 17:08:08 +02:00

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")))