From 514afa33c09b8961a02c13b3c399ed177c9f3e73 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 15 Feb 2019 16:13:12 -0500 Subject: docs: Add docstring to org-clubhouse-mode flycheck was complaining, plus this is good anyway --- org-clubhouse.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org-clubhouse.el') diff --git a/org-clubhouse.el b/org-clubhouse.el index 722ccb9e6c55..e4c8daf56a41 100644 --- a/org-clubhouse.el +++ b/org-clubhouse.el @@ -827,7 +827,8 @@ resulting stories at headline level LEVEL." (reject-archived sprint-story-list) "\n")))))) (define-minor-mode org-clubhouse-mode - :init-value nil + "If enabled, updates to the todo keywords on org headlines will update the +linked ticket in Clubhouse." :group 'org :lighter "Org-Clubhouse" :keymap '() -- cgit 1.4.1