Replace helm-swoop with swiper-helm

Swiper is superior. The downside is it pulls in ivy as a dependency, but
that is acceptable considering how small it is.
This commit is contained in:
Henrik Lissner 2018-08-04 19:52:09 +02:00
parent b180aceaa8
commit 7f5e778b0c
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 6 additions and 13 deletions

View file

@ -8,7 +8,7 @@
(package! helm-css-scss)
(package! helm-describe-modes :recipe (:fetcher github :repo "emacs-helm/helm-describe-modes"))
(package! helm-projectile)
(package! helm-swoop)
(package! swiper-helm)
(package! wgrep)
(when (featurep! +fuzzy)
(package! helm-flx))