legacy-dotfiles/.emacs.d/site-lisp/newsticker-init.el

18 lines
756 B
EmacsLisp
Raw Normal View History

2012-12-04 17:51:55 +01:00
(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"
2012-12-04 17:51:55 +01:00
"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)
2012-12-06 16:37:27 +01:00
("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)))
2012-12-04 17:51:55 +01:00
(setq newsticker-use-full-width nil)
(provide 'newsticker-init)