Remove obsolete hook to reset checkboxes

The function called here has been removed.
This commit is contained in:
Daniel - 2023-04-09 10:28:07 +02:00
parent 71f07d1e8f
commit 1f248358bc
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 0 additions and 3 deletions

View File

@ -906,9 +906,6 @@
(add-hook 'org-mode-hook 'page-break-lines-mode)
(add-hook 'org-mode-hook 'turn-on-auto-fill)
;; Reset checkboxes if the RESET_CHECK_BOXES property is set
(add-hook 'org-after-todo-state-change-hook 'org-reset-checkbox-state-maybe)
;; Statically color links sponding to whether the file exists, but
;; this turns out to be slow on Windows; we can use `org-lint' for
;; this when necessary)