Skip to content

Commit

Permalink
Fix some auto-pairing issues when editing erb file with web-mode (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinix authored and bbatsov committed Apr 18, 2016
1 parent 555abd9 commit aafe415
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/prelude-web.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 "#" "<%# " " %>"))
Expand Down

0 comments on commit aafe415

Please sign in to comment.