From: alex Date: Sun, 5 Nov 2023 13:31:37 +0000 (+0100) Subject: Enable company-mode globally X-Git-Tag: 20240214-emacs~121 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=9cae9f39de03318bac48a41b3c62b70bab87435b;p=alex.git Enable company-mode globally --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 9b51673..8053fb3 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -68,6 +68,8 @@ :ensure t) (use-package company :ensure t) +(add-hook 'after-init-hook 'global-company-mode) + (use-package lsp-ui :ensure t) (use-package yasnippet