mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 13:33:03 +00:00
parent
72afecbc29
commit
b1ef1f8f8c
3
avy.el
3
avy.el
@ -915,8 +915,7 @@ Which one depends on variable `subword-mode'."
|
|||||||
(defun avy--line (&optional arg)
|
(defun avy--line (&optional arg)
|
||||||
"Select a line.
|
"Select a line.
|
||||||
The window scope is determined by `avy-all-windows' (ARG negates it)."
|
The window scope is determined by `avy-all-windows' (ARG negates it)."
|
||||||
(let ((avy-background nil)
|
(let (candidates)
|
||||||
candidates)
|
|
||||||
(avy-dowindows arg
|
(avy-dowindows arg
|
||||||
(let ((ws (window-start)))
|
(let ((ws (window-start)))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user