diff options
Diffstat (limited to 'app-emacs/nxml-mode/files/80nxml-mode-gentoo.el')
-rw-r--r-- | app-emacs/nxml-mode/files/80nxml-mode-gentoo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el b/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el index d0b42bd678a4..dd9dd81c816c 100644 --- a/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el +++ b/app-emacs/nxml-mode/files/80nxml-mode-gentoo.el @@ -1,9 +1,9 @@ ;;; nxml site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") (load "@SITELISP@/rng-auto.el") (setq auto-mode-alist - (cons '("\\.\\(xml\\|xsl\\|rng\\|xhtml\\)\\'" . nxml-mode) + (cons '("\\.\\(xml\\|xsl\\|xsd\\|rng\\|xhtml\\)\\'" . nxml-mode) auto-mode-alist)) |