Fix indentation of defface

Re #97
This commit is contained in:
Oleh Krehel 2015-09-09 17:27:10 +02:00
parent 48aa2cd828
commit 67662efdb3

4
avy.el
View File

@ -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