merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 04 Apr 2014 23:05:53 +0300
changeset 1131 9d1bf84f379d
parent 1128 33ab3ce7f973 (current diff)
parent 1130 4aea0ddc3607 (diff)
child 1132 72f74fe407b1
merged
.emacs-my
--- 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))