aboutsummaryrefslogtreecommitdiff
path: root/sx-button.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-02 00:45:55 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-02 00:45:55 +0000
commit34cdd0f1f21c99914d58b0acea26c848ff8aa67c (patch)
tree0b2801f40b42d2ee39af04ae5696c92577da684f /sx-button.el
parent142916ca3639995e7a06277ded627b3b01ee4931 (diff)
Prettier comment button
Diffstat (limited to 'sx-button.el')
-rw-r--r--sx-button.el1
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)