summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp/newsticker-init.el
blob: ad91632fed8a8335dd6919016da8043da1180cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(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)