From bd38142255b1db3cf6a93cedca43e883b9da74de Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 14 Nov 2017 01:27:21 +0300 Subject: Set help-echo and follow-link for text buttons --- pancake.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pancake.el') 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) -- cgit v1.2.3