Remove web-beautify from javascript & web modules

Superceded by :editor format module, which uses prettier.
This commit is contained in:
Henrik Lissner 2018-08-25 00:04:53 +02:00
parent 171c87aa2c
commit c514ad200a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 0 additions and 15 deletions

View file

@ -4,15 +4,6 @@
(load! "+css")
(def-package! web-beautify
:commands (web-beautify-html web-beautify-css)
:init
(map! (:map* (css-mode-map scss-mode-map less-css-mode-map)
:n "gQ" #'web-beautify-css)
(:map* web-mode-map
:n "gQ" #'web-beautify-html)))
(def-package! emmet-mode
:commands emmet-mode
:preface (defvar emmet-mode-keymap (make-sparse-keymap))

View file

@ -4,7 +4,6 @@
;; requires js-beautify stylelint stylelint-scss
(package! rainbow-mode)
(package! web-beautify)
(when (featurep! :completion ivy)
(package! counsel-css))