mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
19 lines
278 B
EmacsLisp
19 lines
278 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/web/packages.el
|
|
|
|
;; config.el
|
|
;; n/a
|
|
|
|
;; +html.el
|
|
(package! company-web)
|
|
(package! emmet-mode)
|
|
(package! haml-mode)
|
|
(package! pug-mode)
|
|
(package! web-mode)
|
|
|
|
;; +css.el
|
|
(package! less-css-mode)
|
|
(package! sass-mode)
|
|
(package! stylus-mode)
|
|
|