diff options
-rw-r--r-- | sx-button.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-button.el b/sx-button.el index cd01598..8f0b6b9 100644 --- a/sx-button.el +++ b/sx-button.el @@ -118,6 +118,7 @@ code-block." 'help-echo (concat "mouse-1, RET" (propertize ": write a comment" 'face 'minibuffer-prompt)) + 'face 'custom-button 'action #'sx-comment :supertype 'sx-button) |