diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-11-16 18:01:29 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-11-16 18:39:46 +0100 |
commit | 6d7d72d37576b0d6daf5857e279afc2f87fb5dac (patch) | |
tree | 2bd95528051bddcacf1128e1a0e8e9279c0d338d /app-emacs | |
parent | app-emacs/dired-sort-menu: Don't use dired-load-hook in site-init (diff) | |
download | gentoo-6d7d72d37576b0d6daf5857e279afc2f87fb5dac.tar.gz gentoo-6d7d72d37576b0d6daf5857e279afc2f87fb5dac.tar.bz2 gentoo-6d7d72d37576b0d6daf5857e279afc2f87fb5dac.zip |
app-emacs/nxml-gentoo-schemas: Use feature instead of filename in site-init
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el b/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el index 820ca359840a..ac768184362c 100644 --- a/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el +++ b/app-emacs/nxml-gentoo-schemas/files/60nxml-gentoo-schemas-gentoo.el @@ -1,5 +1,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" +(with-eval-after-load 'rng-loc (add-to-list 'rng-schema-locating-files - "@SITEETC@/schemas.xml")) + "@SITEETC@/schemas.xml")) |