Remove web-beautify from javascript & web modules
Superceded by :editor format module, which uses prettier.
This commit is contained in:
parent
171c87aa2c
commit
c514ad200a
4 changed files with 0 additions and 15 deletions
|
@ -234,10 +234,6 @@
|
||||||
:n "se" #'skewer-html-eval-tag))
|
:n "se" #'skewer-html-eval-tag))
|
||||||
|
|
||||||
|
|
||||||
;; `web-beautify'
|
|
||||||
(map! :map* (json-mode-map js2-mode-map) :n "gQ" #'web-beautify-js)
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Projects
|
;; Projects
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
(package! skewer-mode)
|
(package! skewer-mode)
|
||||||
(package! tide)
|
(package! tide)
|
||||||
(package! typescript-mode)
|
(package! typescript-mode)
|
||||||
(package! web-beautify)
|
|
||||||
|
|
||||||
(when (featurep! :feature lookup)
|
(when (featurep! :feature lookup)
|
||||||
(package! xref-js2))
|
(package! xref-js2))
|
||||||
|
|
|
@ -4,15 +4,6 @@
|
||||||
(load! "+css")
|
(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
|
(def-package! emmet-mode
|
||||||
:commands emmet-mode
|
:commands emmet-mode
|
||||||
:preface (defvar emmet-mode-keymap (make-sparse-keymap))
|
:preface (defvar emmet-mode-keymap (make-sparse-keymap))
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
;; requires js-beautify stylelint stylelint-scss
|
;; requires js-beautify stylelint stylelint-scss
|
||||||
|
|
||||||
(package! rainbow-mode)
|
(package! rainbow-mode)
|
||||||
(package! web-beautify)
|
|
||||||
(when (featurep! :completion ivy)
|
(when (featurep! :completion ivy)
|
||||||
(package! counsel-css))
|
(package! counsel-css))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue