Disable completion in Org Mode buffers

I do not use the completion provided by company-mode, and sometimes it's even
disruptive during writing.  So let's disable it for the time being.

The original reason to keep it activated has been to have completion when
inserting links to local files.  This can better be achieved by providing a
universal argument to `org-insert-link`.
This commit is contained in:
Daniel - 2021-09-29 16:29:29 +02:00
parent ef3ad78c18
commit b80271d299
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 3 deletions

View File

@ -869,9 +869,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)