Ensure *.hamlc files are opened opened with haml-mode

This commit is contained in:
2012-07-22 12:39:58 +01:00
parent 556cc47e1b
commit 6d04b00939

View File

@@ -1,3 +1,5 @@
(add-to-list 'auto-mode-alist '("\\.hamlc\\'" . haml-mode))
(defun customizations-for-haml-mode ()
(interactive)
(flyspell-prog-mode)