aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/ivy-20220406.1052/ivy-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/ivy-20220406.1052/ivy-pkg.el')
-rw-r--r--elpa/ivy-20220406.1052/ivy-pkg.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/elpa/ivy-20220406.1052/ivy-pkg.el b/elpa/ivy-20220406.1052/ivy-pkg.el
new file mode 100644
index 0000000..cfcf266
--- /dev/null
+++ b/elpa/ivy-20220406.1052/ivy-pkg.el
@@ -0,0 +1,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: