Set gnus-signature-face to grey.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Aug 2012 22:36:52 +0300
changeset 900 85a05f7d8bed
parent 899 e723c4b0d48c
child 901 9cccff25b678
Set gnus-signature-face to grey.
.emacs-my
--- a/.emacs-my	Thu Aug 09 22:01:57 2012 +0300
+++ b/.emacs-my	Thu Aug 09 22:36:52 2012 +0300
@@ -1496,7 +1496,10 @@
 
 ;; (setq mail-user-agent 'mh-e-user-agent)
 
-(custom-set-faces '(gnus-summary-cancelled ((t (:foreground "plum" :background nil)))) )
+(custom-set-faces
+ '(gnus-summary-cancelled ((t (:foreground "plum" :background nil))))
+ '(gnus-signature-face ((t (:foreground "grey"))))
+ )
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "bbdb")