mirror of
https://github.com/abo-abo/avy.git
synced 2026-02-04 14:52:25 +00:00
avy.el (avy-style): Switch the default from 'pre to 'at-full
This commit is contained in:
2
avy.el
2
avy.el
@@ -75,7 +75,7 @@
|
|||||||
(const avy-move-line))
|
(const avy-move-line))
|
||||||
:value-type (repeat :tag "Keys" character)))
|
:value-type (repeat :tag "Keys" character)))
|
||||||
|
|
||||||
(defcustom avy-style 'pre
|
(defcustom avy-style 'at-full
|
||||||
"The default method of displaying the overlays.
|
"The default method of displaying the overlays.
|
||||||
Use `avy-styles-alist' to customize this per-command."
|
Use `avy-styles-alist' to customize this per-command."
|
||||||
:type '(choice
|
:type '(choice
|
||||||
|
|||||||
Reference in New Issue
Block a user