From 4bce1dec3e2b5aedcb01451f515799921c2d66ee Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 23 Dec 2023 15:29:02 +0100 Subject: [PATCH] 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. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 630de99..a9c139a 100644 --- a/init.el +++ b/init.el @@ -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)))