summaryrefslogtreecommitdiff
path: root/pancake.el
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-14 01:27:21 +0300
committerdefanor <defanor@uberspace.net>2017-11-14 01:27:21 +0300
commitbd38142255b1db3cf6a93cedca43e883b9da74de (patch)
tree952dcb754167182999d2a412a9496c90521b1c22 /pancake.el
parent42d8ab162febc98c081baec42d5278687829bb58 (diff)
Set help-echo and follow-link for text buttons
Diffstat (limited to 'pancake.el')
-rw-r--r--pancake.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/pancake.el b/pancake.el
index d93aad4..a8b25fb 100644
--- a/pancake.el
+++ b/pancake.el
@@ -206,6 +206,8 @@
(pancake-print-line rest)
(make-text-button start (point)
'uri uri
+ 'help-echo uri
+ 'follow-link t
'action #'pancake-button-action))
(`(denotation (heading . ,level) . ,rest)
(pancake-print-line rest)