.emacs-my
changeset 1156 736410a49d60
parent 1155 a4a30b11e1ca
child 1157 2036f6052212
equal deleted inserted replaced
1155:a4a30b11e1ca 1156:736410a49d60
  2703 (setq nxml-attribute-indent 4)
  2703 (setq nxml-attribute-indent 4)
  2704 
  2704 
  2705 (add-to-list 'auto-mode-alist '("\.pom\\'" . nxml-mode))
  2705 (add-to-list 'auto-mode-alist '("\.pom\\'" . nxml-mode))
  2706 (add-to-list 'auto-mode-alist '("\.xsd\\'" . nxml-mode))
  2706 (add-to-list 'auto-mode-alist '("\.xsd\\'" . nxml-mode))
  2707 (add-to-list 'auto-mode-alist '("\.rng\\'" . nxml-mode))
  2707 (add-to-list 'auto-mode-alist '("\.rng\\'" . nxml-mode))
       
  2708 (add-to-list 'auto-mode-alist '("\.xul\\'" . nxml-mode))
  2708 
  2709 
  2709 (eval-after-load 'nxml-mode '(define-key nxml-mode-map [C-return] 'nxml-complete))
  2710 (eval-after-load 'nxml-mode '(define-key nxml-mode-map [C-return] 'nxml-complete))
  2710 
  2711 
  2711 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2712 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2712 (message "relax ng, rng")
  2713 (message "relax ng, rng")