Skip to content

Commit 4a5840e

Browse files
committed
Remove redundant local-pair tip for smartparens users
1 parent 61fc785 commit 4a5840e

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)