ace-isearch
ace-isearch copied to clipboard
Relax dependency on swiper/helm
This mechanism of choosing a search function based on the query string could easily work with other search functions. Could you remove the user-error
checks that require specific libraries? It seems you can have built-in support for these libraries but allow a user to set their own search commands for the various cases.
For example, I want to use consult-line
(setq ace-isearch-function-from-isearch 'consult-line)
but when I enable ace-isearch-mode
I get the dependency error. Once I delete that check for helm/swiper, this works great!
Hi,
I agree the relaxing dependency. Recently I use consult
package.