branch: main
commit 1527eb4ff32f0ec01ee8f2e00d5fcda6e9b26b47
Author: Basil L. Contovounesios <[email protected]>
Commit: Basil L. Contovounesios <[email protected]>
Update Ivy packages
For some discussion, see the following thread:
https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html
* elpa-packages (ivy): Fix documentation inclusions in tarball.
(ivy-avy, ivy-hydra): Turn optional libraries into separate
packages.
---
elpa-packages | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/elpa-packages b/elpa-packages
index 30f634c..a37e196 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -171,8 +171,13 @@
("hyperbole" :url "http://git.savannah.gnu.org/r/hyperbole.git")
("ioccur" :url "https://github.com/thierryvolpiatto/ioccur.git")
("iterators" :url nil)
- ("ivy" :url "https://github.com/abo-abo/swiper")
+ ("ivy"
+ :url "https://github.com/abo-abo/swiper"
+ :renames (("doc/" ""))
+ :doc "doc/ivy.texi")
+ ("ivy-avy" :url "https://github.com/abo-abo/swiper")
("ivy-explorer" :url "https://github.com/clemera/ivy-explorer")
+ ("ivy-hydra" :url "https://github.com/abo-abo/swiper")
("ivy-posframe"
:url "https://github.com/tumashu/ivy-posframe"
:auto-sync t)