diff --git a/init.el b/init.el index 2a4c198c..f148fdcd 100755 --- a/init.el +++ b/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))