emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7b0ba80 19/24: avy.el (avy-style): Switch the default from


From: Oleh Krehel
Subject: [elpa] master 7b0ba80 19/24: avy.el (avy-style): Switch the default from 'pre to 'at-full
Date: Thu, 25 Jun 2015 10:17:54 +0000

branch: master
commit 7b0ba80620737bfbae3d3bac696f3a8eebc4ff7a
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]