mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
33af738ae7
commit
4dcf0a9a9a
4
avy.el
4
avy.el
@ -970,6 +970,10 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
|
|||||||
(read-char "char 2: " t)
|
(read-char "char 2: " t)
|
||||||
current-prefix-arg
|
current-prefix-arg
|
||||||
nil nil))
|
nil nil))
|
||||||
|
(when (eq char1 ?
)
|
||||||
|
(setq char1 ?\n))
|
||||||
|
(when (eq char2 ?
)
|
||||||
|
(setq char2 ?\n))
|
||||||
(avy-with avy-goto-char-2
|
(avy-with avy-goto-char-2
|
||||||
(avy--generic-jump
|
(avy--generic-jump
|
||||||
(regexp-quote (string char1 char2))
|
(regexp-quote (string char1 char2))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user