]> gitweb.michael.orlitzky.com - emacs.d.git/blobdiff - mode-hooks/nxml-mode-hooks.el
Whitespace cleanup.
[emacs.d.git] / mode-hooks / nxml-mode-hooks.el
index 0ea14bc518d5d4f95b7e652dfd072879e58864d1..9d850a4469cd5ac48bdae7c8e1cbfd09dde59af7 100644 (file)
@@ -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)
   )