blob: c574746e6576bfdf28e0f06767d502537b27ca7a (
plain)
1
2
3
4
5
|
;; This must be executed after rng-schema-locating-files
;; is set in rng-loc (which is part of nxml-mode).
(eval-after-load "rng-loc"
'(add-to-list 'rng-schema-locating-files
"@SITEETC@/schemas.xml"))
|