mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update web-mode for new smartparens config
This commit is contained in:
@ -53,7 +53,10 @@
|
|||||||
web-mode-css-indent-offset 2
|
web-mode-css-indent-offset 2
|
||||||
web-mode-style-padding 2
|
web-mode-style-padding 2
|
||||||
web-mode-script-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
|
:config
|
||||||
(after! web-beautify
|
(after! web-beautify
|
||||||
(add-hook! web-mode (setenv "jsbeautify_indent_size" "4"))
|
(add-hook! web-mode (setenv "jsbeautify_indent_size" "4"))
|
||||||
|
Reference in New Issue
Block a user