branch: externals/consult-denote commit bea172023c28c4fb426bda849df8652997f9c0b8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update the :link in the defgroup to point to the manual --- consult-denote.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/consult-denote.el b/consult-denote.el index dd47e844d6..f58206c8d9 100644 --- a/consult-denote.el +++ b/consult-denote.el @@ -70,7 +70,8 @@ "Simple notes with an efficient file-naming scheme." :group 'files :group 'minibuffer - :link '(url-link :tag "Homepage" " https://github.com/protesilaos/consult-denote")) + :link '(info-link "(consult-denote) Top") + :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/consult-denote")) ;;;; User options