Disable sp-ruby-*-handler handlers correctly

Reported by @ar1a
This commit is contained in:
Henrik Lissner 2018-07-07 00:32:45 +02:00
parent a0b0964355
commit cf55049a17
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -42,8 +42,8 @@
;; Major-mode specific fixes
(sp-local-pair '(ruby-mode enh-ruby-mode) "{" "}"
:pre-handlers '(:rem sp-ruby-prehandler)
:post-handlers '(:rem sp-ruby-posthandler))
:pre-handlers '(:rem sp-ruby-pre-handler)
:post-handlers '(:rem sp-ruby-post-handler))
;; Expand {|} => { | }
;; Expand {|} => {