Disable sp-ruby-*-handler handlers correctly
Reported by @ar1a
This commit is contained in:
parent
a0b0964355
commit
cf55049a17
1 changed files with 2 additions and 2 deletions
|
@ -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 {|} => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue