Enable electic-pair mode for Ruby files

This commit is contained in:
Tom Willemse 2018-09-12 22:08:50 -07:00
parent a298dfcb93
commit e15947928f

View file

@ -25,6 +25,7 @@
;;; Code:
(add-hook 'ruby-mode-hook 'fci-mode)
(add-hook 'ruby-mode-hook 'electric-pair-local-mode)
(provide 'oni-ruby-init)
;;; oni-ruby-init.el ends here