diff --git a/init.el b/init.el index f1f075b..b79fa2f 100644 --- a/init.el +++ b/init.el @@ -837,9 +837,6 @@ (emacs-lisp . t)))) :config (progn - ;; Allow company completion in Org Mode buffers - (add-hook 'org-mode-hook 'company-mode) - ;; Reset checkboxes if the RESET_CHECK_BOXES property is set (add-hook 'org-after-todo-state-change-hook 'org-reset-checkbox-state-maybe)