# HG changeset patch # User Oleksandr Gavenko # Date 1320876992 -7200 # Node ID 54d6db4ec612d0fa6a1e8b7241ab6be95f6307d4 # Parent 63c56a8cf9f11784afef33ef944f24cd3df5cfaf Fix 'gnus-summary-cancelled' face (default have black background which conflict with my preference, I like white). diff -r 63c56a8cf9f1 -r 54d6db4ec612 .emacs-my --- a/.emacs-my Thu Nov 10 00:14:56 2011 +0200 +++ b/.emacs-my Thu Nov 10 00:16:32 2011 +0200 @@ -1375,6 +1375,8 @@ ;; `gnus-score-followup-thread' ;; `gnus-score-followup-article' +(custom-set-faces '(gnus-summary-cancelled ((t (:foreground "plum" :background nil)))) ) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "bbdb")