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:
parent
fe9e7db971
commit
06487b54d7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue