X-Git-Url: http://gitweb.michael.orlitzky.com/?p=emacs.d.git;a=blobdiff_plain;f=mode-hooks%2Fnxml-mode-hooks.el;h=9d850a4469cd5ac48bdae7c8e1cbfd09dde59af7;hp=0ea14bc518d5d4f95b7e652dfd072879e58864d1;hb=70256adcfd6b3dddce5cacbb4098b9b747046d98;hpb=dc816b1b8b32b2f2fa00f4a37b61f2c903081f26 diff --git a/mode-hooks/nxml-mode-hooks.el b/mode-hooks/nxml-mode-hooks.el index 0ea14bc..9d850a4 100644 --- a/mode-hooks/nxml-mode-hooks.el +++ b/mode-hooks/nxml-mode-hooks.el @@ -1,12 +1,12 @@ (defun nxmlm-hook() - + (custom-set-faces ;; Get rid of that goddamn underline face '(rng-error-face ((t (:foreground "yellow" :weight light))))) ;; Start flyspell, checking only prog-mode faces. (flyspell-prog-mode) - + ;; And add normal xml text to that list of prog-mode faces. (add-to-list 'flyspell-prog-text-faces 'nxml-text-face) )