X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/415a23dd3faaee25d7f28be55208eea0cbb78e21..4983780af98c0465162b06554cd55ffcd213cfcd:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 5a152f0..4969f29 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -815,7 +815,8 @@ (mdw-define-face calendar-today-face (mdw-define-face comint-highlight-prompt (t :weight bold)) -(mdw-define-face comint-highlight-input) +(mdw-define-face comint-highlight-input + (t nil)) (mdw-define-face trailing-whitespace (((class color)) :background "red") @@ -889,7 +890,8 @@ (mdw-define-face diff-added (t :foreground "green")) (mdw-define-face diff-removed (t :foreground "red")) -(mdw-define-face diff-context) +(mdw-define-face diff-context + (t nil)) (mdw-define-face erc-input-face (t :foreground "red"))