summaryrefslogtreecommitdiff
blob: dd9dd81c816c5f2badabe69598b3450e49912304 (plain)
1
2
3
4
5
6
7
8
9
;;; nxml site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(load "@SITELISP@/rng-auto.el")

(setq auto-mode-alist
      (cons '("\\.\\(xml\\|xsl\\|xsd\\|rng\\|xhtml\\)\\'" . nxml-mode)
	        auto-mode-alist))