.emacs-my
changeset 1131 9d1bf84f379d
parent 1128 33ab3ce7f973
parent 1130 4aea0ddc3607
child 1132 72f74fe407b1
--- a/.emacs-my	Thu Apr 03 14:09:53 2014 +0300
+++ b/.emacs-my	Fri Apr 04 23:05:53 2014 +0300
@@ -2720,7 +2720,7 @@
           '(("jsp" . "\\.tagf?\\'")
             ("jsp" . "\\.jspf?\\'")))
   (add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode))
-  (add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode))
+  (add-to-list 'auto-mode-alist '("\\.php\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.jspf?\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("/WEB-INF/tags/.*\\.tagf?\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))