branch: externals/denote commit a1ce8115fa950ef9b7853bb0f7df73d9edf1c5f5 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add link to Denote homepage in the 'defgroup' This link appears in the Custom UI pages (e.g. with M-x customize) when the Denote group is shown. --- denote.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/denote.el b/denote.el index ff92796322..b5ee58c658 100644 --- a/denote.el +++ b/denote.el @@ -117,7 +117,8 @@ (defgroup denote () "Simple notes with an efficient file-naming scheme." :group 'files - :link '(info-link "(denote) Top")) + :link '(info-link "(denote) Top") + :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/denote")) ;;;; User options