Remove duplicated line.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 22 Feb 2015 18:44:46 +0200
changeset 1221 940024bc72ee
parent 1220 90e3a3721051
child 1222 7a33c92b5d47
Remove duplicated line.
.emacs-my
--- a/.emacs-my	Sun Feb 22 18:44:06 2015 +0200
+++ b/.emacs-my	Sun Feb 22 18:44:46 2015 +0200
@@ -2902,7 +2902,6 @@
   (add-to-list 'auto-mode-alist '("/WEB-INF/tags/.*\\.tagf?\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.as[cp]x\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.erb\\'" . web-mode))
-  (add-to-list 'auto-mode-alist '("\\.php\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.djhtml\\'" . web-mode))
   (add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode)) )