Skip to content

Commit

Permalink
Use ruby-mode for Guardfile-s.
Browse files Browse the repository at this point in the history
  • Loading branch information
oggy committed Oct 13, 2013
1 parent d2421a4 commit d62cd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/g-auto-modes.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ any file with that extension should be loaded with MODE."
(auto-mode 'octave-mode 'm)
;(auto-mode 'objc-mode 'm)
(auto-mode 'd-mode 'd 'di)
(auto-mode 'ruby-mode 'rb 'rjs 'rake 'rsel 'god 'to_json "[Rr]akefile$" "Capfile" "Gemfile" ".autotest")
(auto-mode 'ruby-mode 'rb 'rjs 'rake 'rsel 'god 'to_json "[Rr]akefile$" "Capfile" "Gemfile" "Guardfile" ".autotest")
(auto-mode 'feature-mode 'feature)
(auto-mode 'html-mode 'html.erb)
(auto-mode 'js-mode 'js 'json '_js 'htc "Jakefile")
Expand Down

0 comments on commit d62cd32

Please sign in to comment.