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 - 2020-11-14 11:39:31 +01:00
parent 0f4262044a
commit 2622b048b6
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 3 deletions

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)