Fix newsticker config
This commit is contained in:
parent
3b2cf68142
commit
394df1b726
3
init.el
3
init.el
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user