equal
deleted
inserted
replaced
3509 (add-to-list 'auto-mode-alist '("\\.atom\\'" . nxml-mode)) |
3509 (add-to-list 'auto-mode-alist '("\\.atom\\'" . nxml-mode)) |
3510 |
3510 |
3511 (my--eval-after-load nxml-mode |
3511 (my--eval-after-load nxml-mode |
3512 (if (<= emacs-major-version 25) |
3512 (if (<= emacs-major-version 25) |
3513 (define-key nxml-mode-map [C-return] 'nxml-complete) |
3513 (define-key nxml-mode-map [C-return] 'nxml-complete) |
3514 (define-key nxml-mode-map [C-return] 'completion-at-point)) |
3514 (define-key nxml-mode-map [C-return] 'completion-at-point))) |
3515 |
3515 |
3516 (defun my-nxml-pp () |
3516 (defun my-nxml-pp () |
3517 "Pretty-print XML." |
3517 "Pretty-print XML." |
3518 (interactive) |
3518 (interactive) |
3519 (goto-char (point-min)) |
3519 (goto-char (point-min)) |