From 40e9859d5f2e19fcd27726d59829814dce58f024 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 24 Oct 2016 09:49:07 +0200 Subject: [PATCH] Configure newsticker --- .gitignore | 3 +++ init.el | 15 +++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/.gitignore b/.gitignore index 630e36d..bb356dc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ # Stack exchange. This file contains the auth token for SX sites /.sx/ + +# Newsticker +/newsticker \ No newline at end of file diff --git a/init.el b/init.el index efa552e..a8a909f 100644 --- a/init.el +++ b/init.el @@ -649,6 +649,21 @@ :config (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 :config (setq nxml-attribute-indent 4