emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote a1ce8115fa 4/4: Add link to Denote homepage in t


From: ELPA Syncer
Subject: [elpa] externals/denote a1ce8115fa 4/4: Add link to Denote homepage in the 'defgroup'
Date: Thu, 1 Jun 2023 15:57:41 -0400 (EDT)

branch: externals/denote
commit a1ce8115fa950ef9b7853bb0f7df73d9edf1c5f5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]