diff --git a/config.org b/config.org index f31cc54..77e7e53 100644 --- a/config.org +++ b/config.org @@ -3438,12 +3438,7 @@ The simple package =org-checklist= from =org-contrib= makes it so that checkboxe :commands (org-reset-checkbox-state-maybe org-make-checklist-export 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 - (add-hook 'org-after-todo-state-change-hook #'org-checklist) - :config - (remove-hook 'org-after-todo-state-change-hook #'org-checklist) (add-hook 'org-after-todo-state-change-hook #'org-checklist))) #+end_src