mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ruby: fix type (enh-ruby-ode)
This commit is contained in:
@ -33,7 +33,7 @@ buffers, itll ask every time.")
|
||||
:config
|
||||
(set-env! "RBENV_ROOT")
|
||||
(add-hook 'enh-ruby-mode-hook #'flycheck-mode)
|
||||
(set-electric! 'enh-ruby-ode :words '("else" "end" "elsif"))
|
||||
(set-electric! 'enh-ruby-mode :words '("else" "end" "elsif"))
|
||||
(setq sp-max-pair-length 6) ;; so class and module work
|
||||
(set-repl-handler! 'enh-ruby-mode #'inf-ruby) ; `inf-ruby'
|
||||
|
||||
|
Reference in New Issue
Block a user