Add Podfile support in Ruby layer

Should we delete the extra "dead code" that sits in the config.el? Also about ruby-mode vs enh-ruby-mode?
This commit is contained in:
m3hr 2015-02-09 23:42:07 -05:00 committed by syl20bnr
parent 6f4a44df79
commit 19e150d154

View file

@ -37,7 +37,7 @@
"Initialize Enhanced Ruby Mode"
(use-package enh-ruby-mode
:defer t
:mode (("\\(rake\\|thor\\|guard\\|gem\\|cap\\|vagrant\\)file\\'" . enh-ruby-mode)
:mode (("\\(rake\\|thor\\|guard\\|gem\\|cap\\|vagrant\\|pod\\)file\\'" . enh-ruby-mode)
("\\.\\(rb\\|ru\\|builder\\|rake\\|thor\\|gemspec\\)\\'" . enh-ruby-mode))))
(defun ruby/init-flycheck ()