Fix web-mode deferred load * fix smartparens
This commit is contained in:
parent
d6985d5b58
commit
1aec999f63
2 changed files with 4 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
|||
(bind 'motion css-mode-map "gQ" 'web-beautify-css)))
|
||||
|
||||
(use-package web-mode
|
||||
:commands web-mode
|
||||
:mode (("\\.\\(p\\)?htm\\(l\\)?$" . web-mode)
|
||||
("\\.tpl\\(\\.php\\)?$" . web-mode)
|
||||
("\\.erb$" . web-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue