From 70256adcfd6b3dddce5cacbb4098b9b747046d98 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 2 Oct 2013 21:29:36 -0400 Subject: [PATCH] Whitespace cleanup. --- mode-hooks/nxml-mode-hooks.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ) -- 2.43.2