mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Install company-web only if company is active
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user