Emacs: Remove last feeds from newsticker
All feeds are being handled by Gnus again.
This commit is contained in:
parent
d29d60a998
commit
fea253be00
1 changed files with 0 additions and 11 deletions
|
@ -1,17 +1,6 @@
|
||||||
(setq newsticker-automatically-mark-items-as-old nil)
|
(setq newsticker-automatically-mark-items-as-old nil)
|
||||||
(setq newsticker-html-renderer 'w3m-region)
|
(setq newsticker-html-renderer 'w3m-region)
|
||||||
(setq newsticker-obsolete-item-max-age 604800)
|
(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)
|
(setq newsticker-use-full-width nil)
|
||||||
|
|
||||||
(provide 'newsticker-init)
|
(provide 'newsticker-init)
|
||||||
|
|
Loading…
Reference in a new issue