diff -r 079c2e27357a -r 732e4cefb33b .emacs-my --- a/.emacs-my Mon Oct 24 02:56:48 2011 +0300 +++ b/.emacs-my Tue Oct 25 01:21:09 2011 +0300 @@ -1848,6 +1848,8 @@ (my-filter (lambda (item) (not (equal (car item) "html"))) html-tag-alist))) + (add-to-list 'html-tag-alist '("script" (\n) ("type" "text/javascript") )) + (add-to-list 'html-tag-alist '("style" (\n) ("type" "text/css") )) ))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;