diff options
Diffstat (limited to 'sx-button.el')
-rw-r--r-- | sx-button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-button.el b/sx-button.el index 8309543..a459eb4 100644 --- a/sx-button.el +++ b/sx-button.el @@ -155,7 +155,7 @@ usually part of a code-block." 'action #'sx-button-follow-link 'help-echo sx-button--user-help-echo ;; We use different faces on diferent parts of the user button. - 'face nil + 'face 'sx-user-name :supertype 'sx-button) (define-button-type 'sx-button-comment |