From: Mark Wooding Date: Sun, 15 May 2016 18:34:49 +0000 (+0100) Subject: el/dot-emacs.el: Fix stupid typo. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/a52bc3ca530361debf4825965ed426b55a8599f6?ds=inline;hp=-c el/dot-emacs.el: Fix stupid typo. --- a52bc3ca530361debf4825965ed426b55a8599f6 diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 950f2db..0b715da 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1249,7 +1249,7 @@ (mdw-define-face trailing-whitespace (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