2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/web/packages.el
|
|
|
|
|
2017-05-20 10:23:22 +02:00
|
|
|
;; requires js-beautify stylelint stylelint-scss
|
|
|
|
|
2017-03-04 20:49:05 -05:00
|
|
|
(package! rainbow-mode)
|
2017-03-23 15:47:07 -04:00
|
|
|
(package! web-beautify)
|
2017-03-04 20:49:05 -05:00
|
|
|
(when (featurep! :completion ivy)
|
2018-03-02 18:47:04 -05:00
|
|
|
(package! counsel-css))
|
2017-02-19 18:57:16 -05:00
|
|
|
|
|
|
|
;; +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)
|
2017-02-19 18:57:16 -05:00
|
|
|
|