Enable company package
This commit is contained in:
parent
a107013cff
commit
fc56b64006
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(setq use-package-always-ensure t)
|
(setq use-package-always-ensure t)
|
||||||
|
|
||||||
;; (use-package company
|
(use-package company
|
||||||
;; :init
|
:init
|
||||||
;; (global-company-mode))
|
(global-company-mode))
|
||||||
|
|
||||||
(use-package counsel
|
(use-package counsel
|
||||||
:bind (("C-M-j" . 'counsel-switch-buffer)
|
:bind (("C-M-j" . 'counsel-switch-buffer)
|
||||||
|
|
Loading…
Add table
Reference in a new issue