Globally enable company-mode

This is an experimental setting to increase usage of completion
functionaly in my workflow.  It's not clear yet whether I will find this
disturbing, though.
This commit is contained in:
Daniel - 2023-12-23 15:29:02 +01:00
parent c0c5dfd080
commit 4bce1dec3e
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 1 deletions

View File

@ -2900,7 +2900,8 @@ eventuelly be set to nil, however)."
which-key-mode
projectile-mode
yas-global-mode
global-git-commit-mode))
global-git-commit-mode
global-company-mode))
(with-demoted-errors "Cannot activate mode: %s"
(funcall mode +1)))