Add more company packages
This commit is contained in:
parent
6189a2c489
commit
09b81a1189
1 changed files with 9 additions and 2 deletions
11
init.el
11
init.el
|
@ -1841,10 +1841,17 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(use-package company
|
||||
:config (global-company-mode))
|
||||
|
||||
(use-package company-quickhelp
|
||||
:init (company-quickhelp-mode)
|
||||
(use-package company-shell
|
||||
:after company)
|
||||
|
||||
(use-package company-terraform
|
||||
:after (company terraform)
|
||||
:config (company-terraform-init))
|
||||
|
||||
(use-package company-quickhelp
|
||||
:after company
|
||||
:config (company-quickhelp-mode))
|
||||
|
||||
(when (eq system-type 'windows-nt)
|
||||
(use-package ob-powershell
|
||||
:after org))
|
||||
|
|
Loading…
Add table
Reference in a new issue