[Org] Remove obsolete require on db-org

This commit is contained in:
Daniel - 2018-11-03 15:45:45 +01:00
parent 453c720814
commit 8728243ad8
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 0 additions and 2 deletions

View File

@ -757,8 +757,6 @@ _h_ _l_ _o_k _y_ank
org-outline-path-complete-in-steps nil
org-refile-target-verify-function 'db/verify-refile-target)
:config (progn
(require 'db-org)
;; Reset checkboxes if the RESET_CHECK_BOXES property is set
(add-hook 'org-after-todo-state-change-hook 'org-reset-checkbox-state-maybe)