# HG changeset patch # User Oleksandr Gavenko # Date 1407011055 -10800 # Node ID 736410a49d60caf8855f64688c9a645be16e94e2 # Parent a4a30b11e1ca8e5dcdb77e191513ebb6563da132 Use NXML for .xul files. diff -r a4a30b11e1ca -r 736410a49d60 .emacs-my --- a/.emacs-my Sat Aug 02 21:49:16 2014 +0300 +++ b/.emacs-my Sat Aug 02 23:24:15 2014 +0300 @@ -2705,6 +2705,7 @@ (add-to-list 'auto-mode-alist '("\.pom\\'" . nxml-mode)) (add-to-list 'auto-mode-alist '("\.xsd\\'" . nxml-mode)) (add-to-list 'auto-mode-alist '("\.rng\\'" . nxml-mode)) +(add-to-list 'auto-mode-alist '("\.xul\\'" . nxml-mode)) (eval-after-load 'nxml-mode '(define-key nxml-mode-map [C-return] 'nxml-complete))