el/dot-emacs.el: Fix stupid typo.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 15 May 2016 18:34:49 +0000 (19:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 15 May 2016 18:34:49 +0000 (19:34 +0100)
el/dot-emacs.el

index 950f2db..0b715da 100644 (file)
@@ -1249,7 +1249,7 @@ doesn't match any of the regular expressions in
   (t :inverse-video t))
 (mdw-define-face whitespace-line
   (((class color)) :background "darkred")
-  (t :inverse-video :t))
+  (t :inverse-video t))
 (mdw-define-face mdw-punct-face
   (((type tty)) :foreground "yellow") (t :foreground "burlywood2"))
 (mdw-define-face mdw-number-face