diff --git a/init.el b/init.el index d0623c1..bfc1ad0 100644 --- a/init.el +++ b/init.el @@ -850,6 +850,9 @@ (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)