mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
Remove web-beautify from javascript & web modules
Superceded by :editor format module, which uses prettier.
This commit is contained in:
@@ -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))
|
||||
|
@@ -4,7 +4,6 @@
|
||||
;; requires js-beautify stylelint stylelint-scss
|
||||
|
||||
(package! rainbow-mode)
|
||||
(package! web-beautify)
|
||||
(when (featurep! :completion ivy)
|
||||
(package! counsel-css))
|
||||
|
||||
|
Reference in New Issue
Block a user