| Paste number 13581: | mmm-mode for Kid |
| Pasted by: | graham.fawcett@gmail.com |
| When: | 3 years, 7 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+AH9 |
| Channel: | None |
| Paste contents: |
(mmm-add-mode-ext-class nil "\\.kid?\\'" 'html-kid)
(mmm-add-mode-ext-class nil "\\.kid?\\'" 'html-css)
(mmm-add-classes
'((html-kid
:submode python-mode
:front "<\\?python"
:back "?>")
(html-css
:submode css-mode
:front "type=\"text/css\">"
:back "</style>")))
(add-to-list 'auto-mode-alist '("\\.kid?\\'" . nxml-mode))
Annotations for this paste:
| Annotation number 1: | asdf |
| Pasted by: | asdf |
| When: | 2 years, 11 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+AH9#1 |
| Paste contents: |
From post at http://lesscode.org/2005/07/01/kid-mode/