.emacs-my
changeset 1569 bd25f8d601a8
parent 1568 c4b43eed6b3d
child 1570 30e7cac3143c
equal deleted inserted replaced
1568:c4b43eed6b3d 1569:bd25f8d601a8
  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))