diff --git a/avy.el b/avy.el index ae0b03b..ca46916 100644 --- a/avy.el +++ b/avy.el @@ -170,11 +170,11 @@ For example, to make SPC do the same as ?a, use "Face used for first non-terminating leading chars.") (defface avy-lead-face-1 - '((t (:foreground "white" :background "gray"))) + '((t (:foreground "white" :background "gray"))) "Face used for matched leading chars.") (defface avy-lead-face-2 - '((t (:foreground "white" :background "#f86bf3"))) + '((t (:foreground "white" :background "#f86bf3"))) "Face used for leading chars.") (defface avy-lead-face