branch: elpa/sesman
commit 5c34b3669b97ac88631ea14824ffa62ed450601c
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Add a link to the GitHub repo
---
 sesman.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sesman.el b/sesman.el
index c7f35da6a5..469ec822f2 100644
--- a/sesman.el
+++ b/sesman.el
@@ -47,7 +47,8 @@
 (defgroup sesman nil
   "Generic Session Manager."
   :prefix "sesman-"
-  :group 'tools)
+  :group 'tools
+  :link '(url-link :tag "GitHub" "https://github.com/vspinu/sesman";))
 
 ;; (defcustom sesman-disambiguate-by-relevance t
 ;;   "If t choose most relevant session in ambiguous situations, otherwise ask.

Reply via email to