mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
It's settled. I have a problem.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
(provide 'init-ruby)
|
||||
|
||||
(use-package enh-ruby-mode
|
||||
:mode (("\\.rb$" . enh-ruby-mode)
|
||||
("\\.ru$" . enh-ruby-mode)
|
||||
@ -111,3 +109,7 @@
|
||||
(unless robe-running (robe-start 1))
|
||||
(when robe-running (ruby-load-file file)))))
|
||||
(add-hook 'after-save-hook 'my--ruby-load-file)))))
|
||||
|
||||
|
||||
(provide 'init-ruby)
|
||||
;;; init-ruby.el ends here
|
||||
|
Reference in New Issue
Block a user