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

12 lines
465 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ivy-rich" "20230425.1422"
"More friendly display transformer for ivy."
'((emacs "25.1")
(ivy "0.13.0"))
:url "https://github.com/Yevgnen/ivy-rich"
:commit "aff9b6bd53e0fdcf350ab83c90e64e651b47dba4"
:revdesc "aff9b6bd53e0"
:keywords '("convenience" "ivy")
:authors '(("Yevgnen Koh" . "wherejoystarts@gmail.com"))
:maintainers '(("Yevgnen Koh" . "wherejoystarts@gmail.com")))