Enable company package

This commit is contained in:
Marcus Kammer 2021-11-03 19:58:19 +01:00
parent a107013cff
commit fc56b64006
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -16,9 +16,9 @@
(require 'use-package)
(setq use-package-always-ensure t)
;; (use-package company
;; :init
;; (global-company-mode))
(use-package company
:init
(global-company-mode))
(use-package counsel
:bind (("C-M-j" . 'counsel-switch-buffer)