diff .elisp/settings/40.modes.el @ 121:8989839d4c6c

Rakefiles are ruby too.
author Augie Fackler <durin42@gmail.com>
date Thu, 02 Jul 2009 11:29:45 -0500
parents e83373ab1581
children 7fa84e297c84
line wrap: on
line diff
--- a/.elisp/settings/40.modes.el
+++ b/.elisp/settings/40.modes.el
@@ -31,6 +31,7 @@ point."
                                            'reindent-then-newline-and-indent)
                             (local-set-key (kbd "C-M-f")
                                            'textmate-find-in-project-type)))
+(add-to-list 'auto-mode-alist '("\\.rake$" . ruby-mode))
 
 (require 'django-html-mode)
 ;; I think I probably just always want it in django mode for now