4 ;; Get rid of that goddamn underline face
5 '(rng-error-face ((t (:foreground "yellow" :weight light)))))
7 ;; Start flyspell, checking only prog-mode faces.
10 ;; And add normal xml text to that list of prog-mode faces.
11 (add-to-list 'flyspell-prog-text-faces 'nxml-text-face)
14 (add-hook 'nxml-mode-hook (function nxmlm-hook))