info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting a handle on gnus


From: Teemu Likonen
Subject: Re: Getting a handle on gnus
Date: Sat, 10 Jan 2009 15:10:44 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Les Harris (2009-01-10 06:52 -0800) wrote:

> 1) I like topic mode. How do I make it the default mode on startup?

Command gnus-topic-mode turns it on. You have to add that command to the
gnus-group-mode-hook so that it is run every time the Group buffer is
initialized. So, put the following line to your ~/.gnus.el file:

    (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]