avy.el (avy-style): Switch the default from 'pre to 'at-full

master
Oleh Krehel 11 years ago
parent 7376a0c611
commit 7b0ba80620
  1. 2
      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

Loading…
Cancel
Save