Install company-web only if company is active
This commit is contained in:
parent
c4888749b1
commit
30567ea0f7
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue