Skip to content

Commit 572a438

Browse files
committed
Merge pull request #182 from rranelli/remove-redundant-tip-for-smartparens-users
Remove redundant local-pair tip for smartparens users
2 parents 03ee7c4 + 4a5840e commit 572a438

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,6 @@ blocks. A sample configuration would be:
233233
:when '(("SPC" "RET"))
234234
:actions '(insert navigate))
235235
(sp-local-pair "do" "end"
236-
:when '(("SPC" "RET"))
237-
:post-handlers '(sp-ruby-def-post-handler)
238-
:actions '(insert navigate))
239-
(sp-local-pair "case" "end"
240236
:when '(("SPC" "RET"))
241237
:post-handlers '(sp-ruby-def-post-handler)
242238
:actions '(insert navigate)))

0 commit comments

Comments
 (0)