rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3f313f187a1e4206a315759e5ecc38ff924822ad
parent a6254b43b372052a51e7b1164cfe78819a4e9fbb
Author: Mark Feller <mjfeller1992@gmail.com>
Date:   Fri, 14 Aug 2020 17:53:41 -0600

add more elfeed feeds and use gmail with notmuch

Diffstat:
Mdots/.emacs.d/lisp/init-local.el | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/dots/.emacs.d/lisp/init-local.el b/dots/.emacs.d/lisp/init-local.el @@ -27,12 +27,16 @@ "https://nullprogram.com/feed/" ("https://notrelated.libsyn.com/rss" podcast) ("http://mfeller.io/rss.xml" personal) + ("https://planet.emacslife.com/atom.xml" emacs community) ,(mjf/yt-playlist-feed "PLkG-zhy1pVumXUC8e1vdfTciqZgNcpvdq") ,(mjf/yt-channel-feed "UCBa659QWEk1AI4Tg--mrJ2A") ; Tom Scott + ,(mjf/yt-channel-feed "UC0uTPqBCFIpZxlz_Lv1tk_g") ,(mjf/yt-channel-feed "UCdJdEguB1F1CiYe7OEi3SBg") ; Jon Tron ,(mjf/yt-channel-feed "UCEOXxzW2vU0P-0THehuIIeg") ; Captian D ,(mjf/yt-channel-feed "UCrTNhL_yO3tPTdQ5XgmmWjA") ; Red Letter Media ,(mjf/yt-channel-feed "UCgXiTWrFg05fTPfw1YLb5Ug") ; Triforce! )) +(mjf/initialize-gmail) + (provide 'init-local)