Fix newsticker config

This commit is contained in:
Gergely Polonkai 2016-10-24 14:36:50 +02:00
parent 3b2cf68142
commit 394df1b726
1 changed files with 2 additions and 1 deletions

View File

@ -733,6 +733,7 @@
(setq alert-default-style 'notifications)) (setq alert-default-style 'notifications))
(use-package newsticker (use-package newsticker
:demand
:config :config
(setq newsticker-url-list '(("(or emacs irrelevant)" (setq newsticker-url-list '(("(or emacs irrelevant)"
"http://oremacs.com/atom.xml" "http://oremacs.com/atom.xml"
@ -742,7 +743,7 @@
nil nil nil) nil nil nil)
("Endless Parentheses" ("Endless Parentheses"
"http://endlessparentheses.com/atom.xml" "http://endlessparentheses.com/atom.xml"
nil inl nil) nil nil nil)
("Irreal" ("Irreal"
"http://irreal.org/blog/?feed=rss2" "http://irreal.org/blog/?feed=rss2"
nil nil nil))) nil nil nil)))