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:
parent
ef3ad78c18
commit
b80271d299
3
init.el
3
init.el
@ -869,9 +869,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)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user