This commit is contained in:
Henrik Lissner
2015-02-01 04:26:02 -05:00
parent 99d5de31a7
commit 0939cfd690
6 changed files with 10 additions and 18 deletions

View File

@@ -23,7 +23,7 @@
web-mode-block-padding 2)
(after "web-beautify"
(add-hook! 'web-mode-hook (setenv "jsbeautify_indent_size" "4"))
(add-hook! 'web-mode-hook (setenv "jsbeautify_indent_size" "4"))
(bind 'motion web-mode-map "gQ" 'web-beautify-html))
(bind web-mode-map (kbd "s-/") 'web-mode-comment-or-uncomment)