Created
April 8, 2012 19:55
-
-
Save sigma/2339574 to your computer and use it in GitHub Desktop.
#emacs remove top-level #gnus topic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defadvice gnus-topic-insert-topic-line | |
(around gnus-hide-top-topic (name visiblep shownp level entries &optional unread) act) | |
(unless (string= name "Gnus") | |
(let ((level (1- level))) | |
ad-do-it))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment