From 7b0ba80620737bfbae3d3bac696f3a8eebc4ff7a Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Mon, 15 Jun 2015 16:25:49 +0200 Subject: [PATCH] avy.el (avy-style): Switch the default from 'pre to 'at-full --- avy.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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