]> gitweb.michael.orlitzky.com - emacs.d.git/commitdiff
Whitespace cleanup.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Oct 2013 01:29:36 +0000 (21:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 10 Jan 2015 16:32:04 +0000 (11:32 -0500)
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)
   )