Use NXML for .xul files.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Aug 2014 23:24:15 +0300
changeset 1156 736410a49d60
parent 1155 a4a30b11e1ca
child 1157 2036f6052212
Use NXML for .xul files.
.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))