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:
parent
c0c5dfd080
commit
4bce1dec3e
3
init.el
3
init.el
@ -2900,7 +2900,8 @@ eventuelly be set to nil, however)."
|
|||||||
which-key-mode
|
which-key-mode
|
||||||
projectile-mode
|
projectile-mode
|
||||||
yas-global-mode
|
yas-global-mode
|
||||||
global-git-commit-mode))
|
global-git-commit-mode
|
||||||
|
global-company-mode))
|
||||||
(with-demoted-errors "Cannot activate mode: %s"
|
(with-demoted-errors "Cannot activate mode: %s"
|
||||||
(funcall mode +1)))
|
(funcall mode +1)))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user