Do not enable company completion in Org Mode buffers by default

It's rather annoying, from my point of view.  The original use case was to
complete file names in links, and this can be done by calling `company-complete'
explicitly.
This commit is contained in:
Daniel Borchmann 2020-11-14 11:39:31 +01:00
parent 0f4262044a
commit 2622b048b6
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -837,9 +837,6 @@
(emacs-lisp . t)))) (emacs-lisp . t))))
:config (progn :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 ;; Reset checkboxes if the RESET_CHECK_BOXES property is set
(add-hook 'org-after-todo-state-change-hook 'org-reset-checkbox-state-maybe) (add-hook 'org-after-todo-state-change-hook 'org-reset-checkbox-state-maybe)