# HG changeset patch # User Oleksandr Gavenko # Date 1424623486 -7200 # Node ID 940024bc72eee664f4a22b1fccb63e9251e0e170 # Parent 90e3a3721051c46851c32ad657fb1bc9233f8270 Remove duplicated line. diff -r 90e3a3721051 -r 940024bc72ee .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)) )