emacs.d/elpa/ivy-20200319.1247/ivy-pkg.el
2020-04-03 22:11:08 +02:00

12 lines
327 B
EmacsLisp

(define-package "ivy" "20200319.1247" "Incremental Vertical completYon"
'((emacs "24.5"))
:keywords
'("matching")
:authors
'(("Oleh Krehel" . "ohwoeowho@gmail.com"))
:maintainer
'("Oleh Krehel" . "ohwoeowho@gmail.com")
:url "https://github.com/abo-abo/swiper")
;; Local Variables:
;; no-byte-compile: t
;; End: