diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 17:59:51 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-07 17:59:51 -0200 |
commit | 7ea2edd6e54cf4dd257a32555fec4489d510eaf6 (patch) | |
tree | 6507bd71e9a647c5a75cf380417c4d0affa2869e /sx-button.el | |
parent | 1509d09a5ed073688a316660b5e3a2222dbebfca (diff) |
Only display_name and @name are turned into buttons
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 |