We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03ee7c4 + 4a5840e commit 572a438Copy full SHA for 572a438
README.md
@@ -233,10 +233,6 @@ blocks. A sample configuration would be:
233
:when '(("SPC" "RET"))
234
:actions '(insert navigate))
235
(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"
240
241
:post-handlers '(sp-ruby-def-post-handler)
242
:actions '(insert navigate)))
0 commit comments