Closed drorbemet closed 7 years ago
In the following use case avy--generic-jump should select multiple arbitrary string-patterns independent of the distinction between sexp and symbols. Which avy function would lend itself for this?
(avy-with avy-goto-? (avy--generic-jump (regexp-quote "(deftest\\|(defun") nil avy-style))
Again, drop regexp-quote and you're fine.
regexp-quote
In the following use case avy--generic-jump should select multiple arbitrary string-patterns independent of the distinction between sexp and symbols. Which avy function would lend itself for this?