diff .elisp/settings/40.modes.el @ 107:16b57e1fc23d

Add django-html-mode.
author Augie Fackler <durin42@gmail.com>
date Thu, 11 Jun 2009 16:30:14 -0500
parents 16472f9a3543
children 8e04d9d41a55
line wrap: on
line diff
--- a/.elisp/settings/40.modes.el
+++ b/.elisp/settings/40.modes.el
@@ -29,6 +29,10 @@ point."
                             (af-tab-fix)
                             (local-set-key "\C-m" 'newline-and-indent)))
 
+(require 'django-html-mode)
+;; I think I probably just always want it in django mode for now
+(add-to-list 'auto-mode-alist '("\\.html$'" . django-html-mode))
+
 (defun af-python-mode-hook ()
   ; highlight tabs in Python
   (make-variable-buffer-local 'font-lock-mode-hook)