equal
deleted
inserted
replaced
2921 |
2921 |
2922 (add-to-list 'auto-mode-alist '("\.pom\\'" . nxml-mode)) |
2922 (add-to-list 'auto-mode-alist '("\.pom\\'" . nxml-mode)) |
2923 (add-to-list 'auto-mode-alist '("\.xsd\\'" . nxml-mode)) |
2923 (add-to-list 'auto-mode-alist '("\.xsd\\'" . nxml-mode)) |
2924 (add-to-list 'auto-mode-alist '("\.rng\\'" . nxml-mode)) |
2924 (add-to-list 'auto-mode-alist '("\.rng\\'" . nxml-mode)) |
2925 (add-to-list 'auto-mode-alist '("\.xul\\'" . nxml-mode)) |
2925 (add-to-list 'auto-mode-alist '("\.xul\\'" . nxml-mode)) |
|
2926 (add-to-list 'auto-mode-alist '("\.xslt\\'" . nxml-mode)) |
|
2927 (add-to-list 'auto-mode-alist '("\.svg\\'" . nxml-mode)) |
|
2928 (add-to-list 'auto-mode-alist '("\.rss\\'" . nxml-mode)) |
|
2929 (add-to-list 'auto-mode-alist '("\.atom\\'" . nxml-mode)) |
2926 |
2930 |
2927 (my--eval-after-load nxml-mode |
2931 (my--eval-after-load nxml-mode |
2928 (define-key nxml-mode-map [C-return] 'nxml-complete)) |
2932 (define-key nxml-mode-map [C-return] 'nxml-complete)) |
2929 |
2933 |
2930 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2934 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |