merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 08 Apr 2014 22:37:15 +0300
changeset 1132 72f74fe407b1
parent 1129 3458d2911643 (current diff)
parent 1131 9d1bf84f379d (diff)
child 1133 ca0a819ff8c5
merged
.emacs-my
--- a/.emacs-my	Tue Apr 08 16:42:12 2014 +0300
+++ b/.emacs-my	Tue Apr 08 22:37:15 2014 +0300
@@ -2719,7 +2719,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))