.emacs-my
changeset 988 e794b2dafe90
parent 987 8b4880af8c8a
child 989 2967a171f889
equal deleted inserted replaced
987:8b4880af8c8a 988:e794b2dafe90
  2418 (setq nxml-attribute-indent 4)
  2418 (setq nxml-attribute-indent 4)
  2419 
  2419 
  2420 (eval-after-load 'rng-loc
  2420 (eval-after-load 'rng-loc
  2421   '(progn
  2421   '(progn
  2422      (add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml")
  2422      (add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml")
  2423      (define-key nxml-mode-map (kbd "C-RET") 'nxml-completion-at-point-function)
  2423      (define-key nxml-mode-map [C-return] 'nxml-completion-at-point-function)
  2424      ))
  2424      ))
  2425 
  2425 
  2426 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2426 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2427 (message "psgml")
  2427 (message "psgml")
  2428 
  2428