Install company-web only if company is active

This commit is contained in:
Henrik Lissner 2017-09-22 22:18:32 +02:00
parent c4888749b1
commit 30567ea0f7
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -9,11 +9,12 @@
(package! counsel-css :recipe (:fetcher github :repo "hlissner/emacs-counsel-css")))
;; +html.el
(package! company-web)
(package! emmet-mode)
(package! haml-mode)
(package! pug-mode)
(package! web-mode)
(when (featurep! :completion company)
(package! company-web))
;; +css.el
(package! less-css-mode)