aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/ivy-20220406.1052/ivy-pkg.el
blob: cfcf2669c149f1473b17b637d4d029ff1f663996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "ivy" "20220406.1052" "Incremental Vertical completYon"
  '((emacs "24.5"))
  :commit "8bf8027e4bd8c093bddb76a813952d2a0dcbf21d" :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: