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))
|
||||
|
||||
|
||||
;; `web-beautify'
|
||||
(map! :map* (json-mode-map js2-mode-map) :n "gQ" #'web-beautify-js)
|
||||
|
||||
|
||||
;;
|
||||
;; Projects
|
||||
;;
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
(package! skewer-mode)
|
||||
(package! tide)
|
||||
(package! typescript-mode)
|
||||
(package! web-beautify)
|
||||
|
||||
(when (featurep! :feature lookup)
|
||||
(package! xref-js2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue