diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-21 23:12:25 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-21 23:12:25 +0100 |
commit | 8fbebb079260dfd9d2c7f384d161555c7224d0c6 (patch) | |
tree | a470b0fb9b64f0be754e4d4ae544e4f7f68ce39e | |
parent | c9f6fa56d0ca587add4e89cb4f743e545db7d7b8 (diff) |
Actually use sx-user-name face. Fix #285
-rw-r--r-- | sx-user.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -113,9 +113,9 @@ errors if you remove them." :group 'sx-user) (defvar sx-user--format-property-alist - `((?d button ,(list t) category ,(button-category-symbol 'sx-button-user)) - (?n button ,(list t) category ,(button-category-symbol 'sx-button-user)) - (?@ button ,(list t) category ,(button-category-symbol 'sx-button-user)) + `((?d button ,(list t) category ,(button-category-symbol 'sx-button-user) face sx-user-name) + (?n button ,(list t) category ,(button-category-symbol 'sx-button-user) face sx-user-name) + (?@ button ,(list t) category ,(button-category-symbol 'sx-button-user) face sx-user-name) (?r face sx-user-reputation) (?a face sx-user-accept-rate)) "Alist relating % constructs with text properties. |