5 Jun
2000
5 Jun
'00
8:58 p.m.
Nope, didn't work. On Mon, Jun 05, 2000 at 02:27:52PM -0500, Skip Montanaro wrote:
>> So the question is, how do I turn on auto-indent in xemacs for dtml >> code? Does anyone have a mode specially for this?
You should be able to define an html-mode-hook that goes something like
(setq html-mode-hook (function (lambda () (turn-on-auto-fill))))
-- Many aligators will be slain, but the swamp will remain.