lang/{javascript,web}: add web-beautify plugin
This commit is contained in:
parent
0243229690
commit
495b0d0016
4 changed files with 20 additions and 3 deletions
|
@ -4,6 +4,15 @@
|
|||
(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)))
|
||||
|
||||
|
||||
;;
|
||||
;; Frameworks
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue