17 lines
756 B
EmacsLisp
17 lines
756 B
EmacsLisp
(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)
|