docs: add comments
This commit is contained in:
parent
539452bdd8
commit
b110f19584
1 changed files with 2 additions and 0 deletions
|
|
@ -3325,6 +3325,8 @@ The simple package =org-checklist= from =org-contrib= makes it so that checkboxe
|
||||||
:commands (org-reset-checkbox-state-maybe
|
:commands (org-reset-checkbox-state-maybe
|
||||||
org-make-checklist-export
|
org-make-checklist-export
|
||||||
org-checklist)
|
org-checklist)
|
||||||
|
;; HACK: `org-checklist' adds this hook when it loads, but
|
||||||
|
;; I want to add it on init so that this package is loaded lazily
|
||||||
:init
|
:init
|
||||||
(add-hook 'org-after-todo-state-change-hook #'org-checklist)
|
(add-hook 'org-after-todo-state-change-hook #'org-checklist)
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue