diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-02 00:45:55 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-02 00:45:55 +0000 |
commit | 34cdd0f1f21c99914d58b0acea26c848ff8aa67c (patch) | |
tree | 0b2801f40b42d2ee39af04ae5696c92577da684f /sx-button.el | |
parent | 142916ca3639995e7a06277ded627b3b01ee4931 (diff) |
Prettier comment button
Diffstat (limited to 'sx-button.el')
-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) |