lang/ruby: fix type (enh-ruby-ode)
This commit is contained in:
parent
811290368c
commit
372f02b6c0
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue