diff options
author | Griffin Smith <root@gws.fyi> | 2019-02-15T21·13-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-02-15T21·13-0500 |
commit | 514afa33c09b8961a02c13b3c399ed177c9f3e73 (patch) | |
tree | 1eb3ce5d81e67137a71bced43f9240326921b524 /org-clubhouse.el | |
parent | 3fc1a3445b834775c9ada4c0531897af9393fe1f (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.el | 3 |
1 files changed, 2 insertions, 1 deletions
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 '() |