From: mdw Date: Sat, 10 Jul 1999 19:24:31 +0000 (+0000) Subject: Fix the standard Emacs mode for WML. X-Git-Tag: 1.0.2~5 X-Git-Url: https://git.distorted.org.uk/~mdw/skel/commitdiff_plain/99d9457bec907ae0b69c81a6195fd2728775ff3c Fix the standard Emacs mode for WML. --- diff --git a/skelrc.wml b/skelrc.wml index 7138824..0be2bc7 100644 --- a/skelrc.wml +++ b/skelrc.wml @@ -1,6 +1,6 @@ ;;; -*-emacs-lisp-*- -(skelrc-force-mode 'sgml-mode) +(skelrc-force-mode 'sgml-html-mode) (setq skel-alist (append @@ -8,6 +8,7 @@ (cont-comment . "#") (end-comment . "#") (block-start . "#") + (emacs-mode . "sgml-html") (block-banner-knob . "") (block-banner-end . "") (block-end . "")