mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
avy.el (avy-isearch): Bind avy-case-fold-search to case-fold-search
Fixes #280
This commit is contained in:
parent
455ebec6f3
commit
5f2eba5f59
3
avy.el
3
avy.el
@ -1349,7 +1349,8 @@ When ARG is non-nil, do the opposite of `avy-all-windows'."
|
|||||||
"Jump to one of the current isearch candidates."
|
"Jump to one of the current isearch candidates."
|
||||||
(interactive)
|
(interactive)
|
||||||
(avy-with avy-isearch
|
(avy-with avy-isearch
|
||||||
(let ((avy-background nil))
|
(let ((avy-background nil)
|
||||||
|
(avy-case-fold-search case-fold-search))
|
||||||
(avy-process
|
(avy-process
|
||||||
(avy--regex-candidates (if isearch-regexp
|
(avy--regex-candidates (if isearch-regexp
|
||||||
isearch-string
|
isearch-string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user