ace-isearch icon indicating copy to clipboard operation
ace-isearch copied to clipboard

Relax dependency on swiper/helm

Open glucas opened this issue 4 years ago • 1 comments

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!

glucas avatar Feb 12 '21 20:02 glucas

Hi,

I agree the relaxing dependency. Recently I use consult package.

tam17aki avatar Aug 30 '21 07:08 tam17aki