From 67662efdb31de8cdbfbb98243f754d41fde9b19a Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Wed, 9 Sep 2015 17:27:10 +0200 Subject: [PATCH] Fix indentation of defface Re #97 --- avy.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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