Skip to content

Instantly share code, notes, and snippets.

@sigma
Created April 8, 2012 19:55
Show Gist options
  • Save sigma/2339574 to your computer and use it in GitHub Desktop.
Save sigma/2339574 to your computer and use it in GitHub Desktop.
#emacs remove top-level #gnus topic
(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