From 777c6413a8785a2259408208a3ecd79ac5184fab Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 6 Dec 2012 16:37:27 +0100 Subject: Add sawfish feed to newsticker --- .emacs.d/site-lisp/newsticker-init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.d/site-lisp/newsticker-init.el') diff --git a/.emacs.d/site-lisp/newsticker-init.el b/.emacs.d/site-lisp/newsticker-init.el index da166d1..a1f5c74 100644 --- a/.emacs.d/site-lisp/newsticker-init.el +++ b/.emacs.d/site-lisp/newsticker-init.el @@ -95,6 +95,9 @@ nil nil nil) ("Recent Commits to python-django.el:master" "https://github.com/fgallina/python-django.el/commits/master.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) -- cgit v1.2.3-54-g00ecf From 361726f0dd35f5cebdec006cb785d9221a04c24e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 11 Dec 2012 01:47:09 +0100 Subject: Emacs: Remove IBM developerworks feed --- .emacs.d/site-lisp/newsticker-init.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.d/site-lisp/newsticker-init.el') diff --git a/.emacs.d/site-lisp/newsticker-init.el b/.emacs.d/site-lisp/newsticker-init.el index a1f5c74..ba6eb2e 100644 --- a/.emacs.d/site-lisp/newsticker-init.el +++ b/.emacs.d/site-lisp/newsticker-init.el @@ -67,9 +67,6 @@ "http://news.ycombinator.com/rss" nil nil nil) ("HowtoForge - Linux Howtos and Tutorials -" "http://www.howtoforge.com/node/feed" nil nil nil) - ("IBM developerWorks : Linux" - "http://www.ibm.com/developerworks/views/linux/rss/libraryview.jsp" - nil nil nil) ("Linuxtoday.com" "http://linuxtoday.com/backend/biglt.rss" nil nil nil) ("Linux.com - Content Feed" -- cgit v1.2.3-54-g00ecf From e124f8b7f4c44aa87edc1fab1b7a0b291d2ec181 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 14 Dec 2012 00:17:16 +0100 Subject: Add more RSS feeds --- .emacs.d/site-lisp/newsticker-init.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to '.emacs.d/site-lisp/newsticker-init.el') diff --git a/.emacs.d/site-lisp/newsticker-init.el b/.emacs.d/site-lisp/newsticker-init.el index ba6eb2e..5d60850 100644 --- a/.emacs.d/site-lisp/newsticker-init.el +++ b/.emacs.d/site-lisp/newsticker-init.el @@ -95,7 +95,14 @@ 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))) + nil nil nil) + ("BLABBERMOUTH.NET Latest News" + "http://feeds.feedburner.com/blabbermouth" nil nil nil) + ("QJ.NET" + "http://feeds.feedburner.com/QjGameNewsOpinionsBlogsandMore" + nil nil nil) + ("Beej's Bit Bucket" + "http://beej.us/blog/rss.xml" nil nil nil))) (setq newsticker-use-full-width nil) (provide 'newsticker-init) -- cgit v1.2.3-54-g00ecf