branch: externals/cursory
commit 3fd183701140b0e4126743560d83ab70451e6ee8
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add info link to cursory defgroup
---
 cursory.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cursory.el b/cursory.el
index 38c66a89aa..a05cae7c4a 100644
--- a/cursory.el
+++ b/cursory.el
@@ -74,7 +74,8 @@
 
 (defgroup cursory ()
   "Manage cursor styles using presets."
-  :group 'cursor)
+  :group 'cursor
+  :link '(info-link "(cursory) Top"))
 
 (defcustom cursory-presets
   '((box

Reply via email to