mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 05:23:05 +00:00
parent
4c072be8e6
commit
53706d2ebf
3
avy.el
3
avy.el
@ -453,9 +453,10 @@ multiple DISPLAY-FN invokations."
|
||||
(t
|
||||
(error "Unrecognized option: %S" avy-all-windows))))
|
||||
|
||||
(defcustom avy-all-windows-alt t
|
||||
(defcustom avy-all-windows-alt nil
|
||||
"The alternative `avy-all-windows' for use with \\[universal-argument]."
|
||||
:type '(choice
|
||||
(const :tag "Current window" nil)
|
||||
(const :tag "All windows on the current frame" t)
|
||||
(const :tag "All windows on all frames" all-frames)))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user