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
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue