Enable electric-indent mode for Ruby files
This commit is contained in:
parent
e15947928f
commit
b4051ffc4d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
(add-hook 'ruby-mode-hook 'fci-mode)
|
||||
(add-hook 'ruby-mode-hook 'electric-pair-local-mode)
|
||||
(add-hook 'ruby-mode-hook 'electric-indent-local-mode)
|
||||
|
||||
(provide 'oni-ruby-init)
|
||||
;;; oni-ruby-init.el ends here
|
||||
|
|
Loading…
Reference in a new issue