Emacs: Remove last feeds from newsticker

All feeds are being handled by Gnus again.
This commit is contained in:
Tom Willemsen 2012-12-28 01:59:21 +01:00
parent d29d60a998
commit fea253be00

View file

@ -1,17 +1,6 @@
(setq newsticker-automatically-mark-items-as-old nil)
(setq newsticker-html-renderer 'w3m-region)
(setq newsticker-obsolete-item-max-age 604800)
(setq newsticker-url-list
`(("Public Git Hosting - conkeror.git/atom log"
"http://repo.or.cz/w/conkeror.git/atom" nil nil nil)
("Script Tutorials"
"http://www.script-tutorials.com/feed/rss/" nil nil nil)
("WikEmacs - Recent changes [en]"
"http://wikemacs.org/w/index.php?title=Special:RecentChanges&feed=atom"
nil nil nil)
("git.tuxfamily.org Git - sawfish.main.git/atom log"
"http://git.tuxfamily.org/sawfish/main.git?p=sawfish/main.git;a=atom"
nil nil nil)))
(setq newsticker-use-full-width nil)
(provide 'newsticker-init)