branch: externals/mct commit 1d3f085943bc82cc5396dc3772d395966ffeb72a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add links to the defgroup --- mct.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mct.el b/mct.el index d3b54142bf..6a04641233 100644 --- a/mct.el +++ b/mct.el @@ -39,7 +39,10 @@ "Minibuffer Confines Transcended. A layer of interactivity that integrates the standard minibuffer and the Completions." - :group 'minibuffer) + :group 'minibuffer + :link '(info-link "(mct) Top") + :link '(url-link :tag "Homepage" "https://protesilaos.com/emacs/mct") + (make-obsolete 'mct-completion-windows-regexp 'mct--completions-window-name "0.5.0")