Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2008-10-07 10:29:02 -07:00
commit ae71d8d651
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
;;;
;;; (add-to-list 'load-path "/path/to/haml-mode.el")
;;; (require 'haml-mode nil 't)
;;; (add-to-list 'auto-mode-alist '("\\.sass$" . sass-mode))
;;; (add-to-list 'auto-mode-alist '("\\.haml$" . haml-mode))
;;;
;;; Code: