branch: master
commit 7b0ba80620737bfbae3d3bac696f3a8eebc4ff7a
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    avy.el (avy-style): Switch the default from 'pre to 'at-full
---
 avy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy.el b/avy.el
index 0caeb8a..51ab60a 100644
--- a/avy.el
+++ b/avy.el
@@ -75,7 +75,7 @@
                      (const avy-move-line))
           :value-type (repeat :tag "Keys" character)))
 
-(defcustom avy-style 'pre
+(defcustom avy-style 'at-full
   "The default method of displaying the overlays.
 Use `avy-styles-alist' to customize this per-command."
   :type '(choice

Reply via email to