Remove doom-bootstrap system (will be replaced)
This commit is contained in:
parent
39c3d6aae4
commit
ce49f94bbe
9 changed files with 16 additions and 174 deletions
|
@ -1,6 +1,8 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/web/packages.el
|
||||
|
||||
;; requires js-beautify stylelint stylelint-scss
|
||||
|
||||
(package! rainbow-mode)
|
||||
(package! web-beautify)
|
||||
(when (featurep! :completion ivy)
|
||||
|
@ -18,10 +20,3 @@
|
|||
(package! sass-mode)
|
||||
(package! stylus-mode)
|
||||
|
||||
;;
|
||||
(def-bootstrap! web
|
||||
:requires nodejs
|
||||
(unless (executable-find "js-beautify")
|
||||
(sh "npm -g install js-beautify"))
|
||||
(unless (executable-find "stylelint")
|
||||
(sh "npm -g install stylelint stylelint-scss")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue