You are not logged in Log in Join
You are here: Home » Members » fredz » DTML HTML Helper mode for emacs » View Link

Log in
Name

Password

 

DTML HTML Helper mode for emacs

This is a hacked version of emacs <a href="http://www.gest.unipd.it/~saint/hth.html">html helper mode</a> which supports dtml insertion (and even indentation :)) <br> INSTALL<br> Simply put this file in PATH an put in your <i>.emacs</i> : <pre> (setq load-path (append '("PATH")) (load "html-helper-mode") (add-to-list 'auto-mode-alist '("\\.dtml\\'" . html-helper-mode)) (add-to-list 'auto-mode-alist '("\\.html\\'" . html-helper-mode)) ;; esc-& invoques html-helper-mode (global-set-key "\e&" 'html-helper-mode) </pre>

The link address is: http://www.pimentech.net/~fredz/html-helper-mode.el