13 lines
539 B
EmacsLisp
13 lines
539 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "nerd-icons-ivy-rich" "20250307.1005"
|
|
"Excellent experience with nerd icons for ivy/counsel."
|
|
'((emacs "26.1")
|
|
(ivy-rich "0.1.0")
|
|
(nerd-icons "0.0.1"))
|
|
:url "https://github.com/seagle0128/nerd-icons-ivy-rich"
|
|
:commit "5006f91b49e86e232cdc1a628501b76124c41dac"
|
|
:revdesc "5006f91b49e8"
|
|
:keywords '("convenience" "icons" "ivy")
|
|
:authors '(("Vincent Zhang" . "seagle0128@gmail.com"))
|
|
:maintainers '(("Vincent Zhang" . "seagle0128@gmail.com")))
|