9da3ffee41
This is a massive diff that I had to do in a hurry - when leaving Urbint. I'm pretty sure that most of these are updating Emacs packages, but I'm not positive.
12 lines
327 B
EmacsLisp
12 lines
327 B
EmacsLisp
(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:
|