Fix some auto-pairing issues when editing erb file with web-mode (#805)

This commit is contained in:
Eric Zhang 2016-04-19 00:19:06 +08:00 committed by Bozhidar Batsov
parent 555abd9a2f
commit aafe4156ed

View file

@ -57,9 +57,6 @@
(just-one-space) (just-one-space)
(save-excursion (insert " "))) (save-excursion (insert " ")))
"SPC" "=" "#"))) "SPC" "=" "#")))
(sp-local-pair "<% " " %>" :insert "C-c %")
(sp-local-pair "<%= " " %>" :insert "C-c =")
(sp-local-pair "<%# " " %>" :insert "C-c #")
(sp-local-tag "%" "<% " " %>") (sp-local-tag "%" "<% " " %>")
(sp-local-tag "=" "<%= " " %>") (sp-local-tag "=" "<%= " " %>")
(sp-local-tag "#" "<%# " " %>")) (sp-local-tag "#" "<%# " " %>"))