2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/web/packages.el
|
|
|
|
|
|
|
|
;; +html.el
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! emmet-mode)
|
|
|
|
(package! haml-mode)
|
|
|
|
(package! pug-mode)
|
2018-05-14 20:19:22 -05:00
|
|
|
(package! slim-mode)
|
2018-05-25 00:46:11 +02:00
|
|
|
(when (package! web-mode)
|
|
|
|
(when (featurep! :completion company)
|
|
|
|
(package! company-web)))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
|
|
|
;; +css.el
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! less-css-mode)
|
|
|
|
(package! sass-mode)
|
|
|
|
(package! stylus-mode)
|
2018-09-07 22:08:11 -04:00
|
|
|
(package! rainbow-mode)
|
|
|
|
(when (featurep! :completion ivy)
|
|
|
|
(package! counsel-css))
|
|
|
|
(when (featurep! :completion helm)
|
|
|
|
(package! helm-css-scss))
|