blob: d0b42bd678a4a1f2d4ff91dbe7efbaa936dcaeb2 (
plain)
1
2
3
4
5
6
7
8
9
|
;;; nxml site-lisp configuration
(setq load-path (cons "@SITELISP@" load-path))
(load "@SITELISP@/rng-auto.el")
(setq auto-mode-alist
(cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode)
auto-mode-alist))
|