Dobry den,
jak zaridit, aby se pri otevreni souboru *.html v emacsu spustil nejen
html-helper-mode, ale i html-autoview-mode.
tohle mam v souboru .emacs
(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\\.html$" . html-helper-mode)
auto-mode-alist))
Dekuji Honza