Update web-mode for new smartparens config

This commit is contained in:
Henrik Lissner 2015-12-23 03:46:12 -05:00
parent a730352cb0
commit 67aa65ad61

View file

@ -53,7 +53,10 @@
web-mode-css-indent-offset 2
web-mode-style-padding 2
web-mode-script-padding 2
web-mode-block-padding 2)
web-mode-block-padding 2
;; smartparens handles this
web-mode-enable-auto-pairing nil
web-mode-enable-auto-quoting nil)
:config
(after! web-beautify
(add-hook! web-mode (setenv "jsbeautify_indent_size" "4"))