Remove references to enh-ruby-mode

This commit is contained in:
Henrik Lissner 2020-03-12 11:29:54 -04:00
parent f82771980a
commit dd402b7db3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
12 changed files with 12 additions and 19 deletions

View file

@ -103,7 +103,7 @@
(sp-local-pair "(" ")" :unless '(:rem sp-point-before-same-p)))
;; Major-mode specific fixes
(sp-local-pair '(ruby-mode enh-ruby-mode) "{" "}"
(sp-local-pair 'ruby-mode "{" "}"
:pre-handlers '(:rem sp-ruby-pre-handler)
:post-handlers '(:rem sp-ruby-post-handler))