mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/{javascript,web}: add web-beautify plugin
This commit is contained in:
@ -93,6 +93,11 @@
|
||||
:init (setq coffee-indent-like-python-mode t))
|
||||
|
||||
|
||||
(def-package! web-beautify :commands web-beautify-js
|
||||
:init
|
||||
(map! :map* (json-mode js2-mode-map) :n "gQ" 'web-beautify-js))
|
||||
|
||||
|
||||
;;
|
||||
;; Projects
|
||||
;;
|
||||
|
Reference in New Issue
Block a user