diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-29 22:07:57 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-29 22:07:57 +0000 |
commit | 76ed7fb4f2b625ec782010050f05f6f2bf5c5a0c (patch) | |
tree | b9e706b1f7a0b08727d1fb7636059f26ddff7ff5 /sx-button.el | |
parent | 55b33b779069d88e7fa70a25078d37e746ac3f97 (diff) |
Comments
Diffstat (limited to 'sx-button.el')
-rw-r--r-- | sx-button.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-button.el b/sx-button.el index af3c7e3..2ce07e1 100644 --- a/sx-button.el +++ b/sx-button.el @@ -72,6 +72,8 @@ code-block." (or (get-text-property (or pos (point)) 'sx-button-url) (user-error "No url under point: %s" (or pos (point)))))) + +;;; Help-echo definitions (defvar sx-button--help-echo (concat "mouse-1, RET" (propertize ": %s -- " 'face 'minibuffer-prompt) |