summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/site-lisp/newsticker-init.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/.emacs.d/site-lisp/newsticker-init.el b/.emacs.d/site-lisp/newsticker-init.el
index 5d60850..aabb782 100644
--- a/.emacs.d/site-lisp/newsticker-init.el
+++ b/.emacs.d/site-lisp/newsticker-init.el
@@ -102,7 +102,11 @@
"http://feeds.feedburner.com/QjGameNewsOpinionsBlogsandMore"
nil nil nil)
("Beej's Bit Bucket"
- "http://beej.us/blog/rss.xml" nil nil nil)))
+ "http://beej.us/blog/rss.xml" nil nil nil)
+ ("What the .emacs.d!?"
+ "http://whattheemacsd.com/atom.xml" nil nil nil)
+ ("Emacs Rocks!"
+ "http://emacsrocks.com/atom.xml" nil nil nil)))
(setq newsticker-use-full-width nil)
(provide 'newsticker-init)