summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-16 00:09:03 +0200
committerGravatar Tom Willemse2014-04-16 00:15:29 +0200
commitdc7df6e082d94597d56cebade7309aab8d1db75e (patch)
tree0edc785ee3f1218104bcb273f176adf30e721d7e
parentfbc032871481a98f17dc5bdbcd9328b98b3b4f9d (diff)
downloademacs-dc7df6e082d94597d56cebade7309aab8d1db75e.tar.gz
emacs-dc7df6e082d94597d56cebade7309aab8d1db75e.zip
Open tmpl files as html
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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)))