Disable html-helper-mode by default in Aquamacs to edit HTML

Aquamacs has a default \[code\]html-helper-mode\[/code\]to edit \[code\].html\[/code\] files that has weird behaviors. I would like to switch back to regular \[code\]html-mode\[/code\] by default.I read that I needed to change the \[code\]magic-mode-alist\[/code\] to do so.From what I understand from the documentation, adding this to my \[code\].emacs\[/code\] should do the deal:\[code\](setq magic-mode-alist '(("\\.html" . html-mode)))\[/code\]Unfortunately it does not change anything.I read elsewhere that setting it to \[code\]nil\[/code\] should work but it did not either.Any idea what I am missing?Thanks in advance.
 
Back
Top