about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/ivy-20180911.1701/ivy-pkg.el
blob: 2543f03d3f232d37d28bdf86f26b2ff161abcad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "ivy" "20180911.1701" "Incremental Vertical completYon"
  '((emacs "24.1"))
  :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: