aboutsummaryrefslogtreecommitdiff
path: root/sx-user.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-21 23:12:25 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-21 23:12:25 +0100
commit8fbebb079260dfd9d2c7f384d161555c7224d0c6 (patch)
treea470b0fb9b64f0be754e4d4ae544e4f7f68ce39e /sx-user.el
parentc9f6fa56d0ca587add4e89cb4f743e545db7d7b8 (diff)
Actually use sx-user-name face. Fix #285
Diffstat (limited to 'sx-user.el')
-rw-r--r--sx-user.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-user.el b/sx-user.el
index f3bdff9..e00ca2d 100644
--- a/sx-user.el
+++ b/sx-user.el
@@ -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.