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
|
;; Major-mode specific fixes
|
||||||
(sp-local-pair '(ruby-mode enh-ruby-mode) "{" "}"
|
(sp-local-pair '(ruby-mode enh-ruby-mode) "{" "}"
|
||||||
:pre-handlers '(:rem sp-ruby-prehandler)
|
:pre-handlers '(:rem sp-ruby-pre-handler)
|
||||||
:post-handlers '(:rem sp-ruby-posthandler))
|
:post-handlers '(:rem sp-ruby-post-handler))
|
||||||
|
|
||||||
;; Expand {|} => { | }
|
;; Expand {|} => { | }
|
||||||
;; Expand {|} => {
|
;; Expand {|} => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue