about summary refs log tree commit diff
path: root/org-clubhouse.el
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2019-02-15T21·13-0500
committerGriffin Smith <root@gws.fyi>2019-02-15T21·13-0500
commit514afa33c09b8961a02c13b3c399ed177c9f3e73 (patch)
tree1eb3ce5d81e67137a71bced43f9240326921b524 /org-clubhouse.el
parent3fc1a3445b834775c9ada4c0531897af9393fe1f (diff)
docs: Add docstring to org-clubhouse-mode
flycheck was complaining, plus this is good anyway
Diffstat (limited to 'org-clubhouse.el')
-rw-r--r--org-clubhouse.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/org-clubhouse.el b/org-clubhouse.el
index 722ccb9e6c..e4c8daf56a 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 '()