(yahtmle)Setting up yahtml


Next: Setting environments for weblint browsers and image viewers Prev: Installation Up: Installation

Setting up yahtml
=================


Add the following to `~/.emacs'

     (setq auto-mode-alist
           (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist))
     (autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)

Next, add to load-path the directory with the yahtml files (`yahtml.el',
`yatexlib.el', `yatexprc.el').  For example, if you put them in
`~/src/emacs/yahtml',

     (setq load-path (cons (expand-file-name "~/src/emacs/yahtml") load-path))

is what you add.

By this, yahtml will be automatically loaded when editing files with .html
extensions.  "yahtml" will be displayed on the mode line if no errors
occurred.



automatically generated by info2www.cgi version 1.2