Files
emacs-conf/lisp/ivy/ivy-pkg.el
2026-06-27 11:34:21 +02:00

11 lines
419 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ivy" "20260413.2102"
"Incremental Vertical completYon."
'((emacs "24.5"))
:url "https://github.com/abo-abo/swiper"
:commit "0d02f5063d36ff4fa6138f0973c83c6d3874fba0"
:revdesc "0d02f5063d36"
:keywords '("matching")
:authors '(("Oleh Krehel" . "ohwoeowho@gmail.com"))
:maintainers '(("Basil L. Contovounesios" . "basil@contovou.net")))