mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
Fix avy-background for multiple windows
* avy-jump.el (avy--process): Update. Fixes #26
This commit is contained in:
parent
9e6561b646
commit
4007986c4c
@ -122,7 +122,11 @@ Use OVERLAY-FN to visualize the decision overlay."
|
|||||||
(1
|
(1
|
||||||
(car candidates))
|
(car candidates))
|
||||||
(t
|
(t
|
||||||
(avy--make-backgrounds (list (selected-window)))
|
(avy--make-backgrounds
|
||||||
|
(if avy-all-windows
|
||||||
|
(window-list)
|
||||||
|
(list (selected-window))
|
||||||
|
))
|
||||||
(avy-read (avy-tree candidates avy-keys)
|
(avy-read (avy-tree candidates avy-keys)
|
||||||
overlay-fn
|
overlay-fn
|
||||||
#'avy--remove-leading-chars)))
|
#'avy--remove-leading-chars)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user