Remove rg/pt ivy-re-builders-alist entries

Both counsel-(rg|pt) identify themselves as counsel-ag, so these extra
entries are necessary.
This commit is contained in:
Henrik Lissner 2018-08-02 03:51:15 +02:00
parent 4731f82766
commit 0b8f3e29d5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -60,8 +60,6 @@ immediately runs it on the current candidate (ending the ivy session)."
(when (featurep! +fuzzy)
(setq ivy-re-builders-alist
'((counsel-ag . ivy--regex-plus)
(counsel-rg . ivy--regex-plus)
(counsel-pt . ivy--regex-plus)
(counsel-grep . ivy--regex-plus)
(swiper . ivy--regex-plus)
(t . ivy--regex-fuzzy))