From dc7df6e082d94597d56cebade7309aab8d1db75e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 16 Apr 2014 00:09:03 +0200 Subject: Open tmpl files as html --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 830c038..54d55f1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1115,7 +1115,7 @@ from myaethon2.core.decorators import ( ("\\.m\\(ark\\)?d\\(?:o?wn\\)?$" . markdown-mode) ("\\.php[345]?$" . php-mode) ("\\.po\\'\\|\\.po\\." . po-mode) - ("\\.tpl$" . html-mode) + ("\\.tm?pl$" . html-mode) ("^\\.Xmodmap$" . xmodmap-mode)) auto-mode-alist))) -- cgit v1.2.3-54-g00ecf