diff --git a/modules/prelude-web.el b/modules/prelude-web.el index 41b7ea8..d2d5fc0 100644 --- a/modules/prelude-web.el +++ b/modules/prelude-web.el @@ -57,9 +57,6 @@ (just-one-space) (save-excursion (insert " "))) "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 "#" "<%# " " %>"))