lang/{javascript,web}: add web-beautify plugin

This commit is contained in:
Henrik Lissner
2017-03-23 15:47:07 -04:00
parent 0243229690
commit 495b0d0016
4 changed files with 20 additions and 3 deletions

View File

@ -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
;;