completion/ivy: remap swiper -> counsel-grep-or-swiper #432

This commit is contained in:
Henrik Lissner 2018-02-28 17:21:40 -05:00
parent c595fe2eb8
commit 1758008ca5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -94,7 +94,8 @@ immediately runs it on the current candidate (ending the ivy session)."
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
[remap imenu] #'counsel-imenu
[remap recentf-open-files] #'counsel-recentf
[remap org-capture] #'counsel-org-capture)
[remap org-capture] #'counsel-org-capture
[remap swiper] #'counsel-grep-or-swiper)
:config
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))