1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix typo in haml-mode.el

This commit is contained in:
Michael Fellinger 2008-10-08 00:58:54 +09:00 committed by Nathan Weizenbaum
parent fe9e7db971
commit 06487b54d7

View file

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