[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: X: Change font-size only in summary-buffer.
From: |
Alexander Syrov |
Subject: |
Re: X: Change font-size only in summary-buffer. |
Date: |
Wed, 25 Aug 2004 23:59:19 +0400 |
Hello, Peter.
On Wed, 25 Aug 2004 11:43:09 +0200
Peter G. wrote:
PG> Heh. I still believe there's an easier way for part customizing groups of
PG> (summary-faces, group-news-faces, group-mail-faces). I just haven't
PG> found it yet.
An example from my ~/.gnus:
;; Smaller fonts in group & summary buffers
(dolist (f (face-list))
(if (or (string-match "\\`gnus-group-" (symbol-name f))
(string-match "\\`gnus-summary-" (symbol-name f)))
(set-face-attribute f nil :height 120)))
You may try a similar approach for your needs.
--
Regards,
Alexander Syrov.