mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
Use avy-keys' for
avy-goto-subword-1'
* avy-jump.el (avy-goto-subword-0): Update. Fixes #15
This commit is contained in:
parent
e9310715e4
commit
6acbeb6d26
@ -338,7 +338,9 @@ When PREDICATE is non-nil it's a function of zero parameters that
|
||||
should return true."
|
||||
(interactive "P")
|
||||
(require 'subword)
|
||||
(let ((avy-keys (number-sequence ?a ?z))
|
||||
(let ((avy-keys (if predicate
|
||||
avy-keys
|
||||
(number-sequence ?a ?z)))
|
||||
(case-fold-search nil)
|
||||
candidates)
|
||||
(avy-dowindows arg
|
||||
|
Loading…
x
Reference in New Issue
Block a user