Files
emacs/lisp/ivy/ivy-pkg.el
2021-01-08 19:32:30 +01:00

13 lines
378 B
EmacsLisp

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