summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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)))