From 6d04b00939f5cf5d5c91e7a8b823d3bdebfd4db9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 22 Jul 2012 12:39:58 +0100 Subject: [PATCH] Ensure *.hamlc files are opened opened with haml-mode --- mode-customizations/haml-mode.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mode-customizations/haml-mode.el b/mode-customizations/haml-mode.el index 3052b80..c1237f8 100644 --- a/mode-customizations/haml-mode.el +++ b/mode-customizations/haml-mode.el @@ -1,3 +1,5 @@ +(add-to-list 'auto-mode-alist '("\\.hamlc\\'" . haml-mode)) + (defun customizations-for-haml-mode () (interactive) (flyspell-prog-mode)