diff -r ce279dbcf880 -r 53633ac1c134 .emacs-my --- a/.emacs-my Thu Mar 14 23:05:34 2013 +0200 +++ b/.emacs-my Fri Mar 15 16:36:21 2013 +0200 @@ -2506,7 +2506,7 @@ (when (featurep 'web-mode) (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 '("\\.jsp\\'" . web-mode)) + (add-to-list 'auto-mode-alist '("\\.jspf?\\'" . 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 '("\\.mustache\\'" . web-mode))