Skip to content

Instantly share code, notes, and snippets.

@jcuffe
Created October 22, 2012 22:50
Show Gist options
  • Save jcuffe/3935210 to your computer and use it in GitHub Desktop.
Save jcuffe/3935210 to your computer and use it in GitHub Desktop.
; add ruby DSL filetypes to ruby mode
(setq auto-mode-alist
(append auto-mode-alist '(("\\.god\\'" . ruby-mode)
("\\.ru\\'" . ruby-mode)
("Gemfile\\'" . ruby-mode))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment