Configure newsticker

This commit is contained in:
Gergely Polonkai 2016-10-24 09:49:07 +02:00
parent 7ff09ff148
commit 40e9859d5f
2 changed files with 18 additions and 0 deletions

3
.gitignore vendored
View File

@ -23,3 +23,6 @@
# Stack exchange. This file contains the auth token for SX sites # Stack exchange. This file contains the auth token for SX sites
/.sx/ /.sx/
# Newsticker
/newsticker

15
init.el
View File

@ -649,6 +649,21 @@
:config :config
(setq alert-default-style 'notifications)) (setq alert-default-style 'notifications))
(use-package newsticker
:config
(setq newsticker-url-list '(("(or emacs irrelevant)"
"http://oremacs.com/atom.xml"
nil nil nil)
("think"
"http://batsov.com/atom.xml"
nil nil nil)
("Endless Parentheses"
"http://endlessparentheses.com/atom.xml"
nil inl nil)))
:bind
(:map gpolonkai/pers-map
("n" . newsticker-show-news)))
(use-package nxml (use-package nxml
:config :config
(setq nxml-attribute-indent 4 (setq nxml-attribute-indent 4