blob: ac768184362ceedb8ea1ec2e3b445740cacb482c (
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).
(with-eval-after-load 'rng-loc
(add-to-list 'rng-schema-locating-files
"@SITEETC@/schemas.xml"))
|