Skip to content

Instantly share code, notes, and snippets.

@yfwu
Last active December 11, 2015 16:49
Show Gist options
  • Save yfwu/4630677 to your computer and use it in GitHub Desktop.
Save yfwu/4630677 to your computer and use it in GitHub Desktop.
News settings
(setq gnus-secondary-select-methods '((nntp "news.gmane.org")))
(setq-default
gnus-summary-line-format "%U%R%z %(%&user-date; %B[%s]--[%f]%)\n"
gnus-user-date-format-alist '((t . "%Y-%m-%d %H:%M"))
gnus-summary-thread-gathering-function 'gnus-gather-threads-by-references
gnus-thread-sort-functions '(gnus-thread-sort-by-most-recent-date)
gnus-sum-thread-tree-false-root ""
gnus-sum-thread-tree-indent " "
gnus-sum-thread-tree-leaf-with-other "├> "
gnus-sum-thread-tree-root ""
gnus-sum-thread-tree-single-leaf "└> "
gnus-sum-thread-tree-vertical "│")
(gnus-compile)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment