summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-03-22 11:23:42 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-03-22 11:23:42 -0400
commit1a7bac64ae8729197fc07afa851bcce0bc44e979 (patch)
treef522d696cd16aae16d4858f45c3e2e13cb3e552b
parent05b94245389b7842f61dbb22db18cb85bd22621a (diff)
emacs: Remove unused RSS reader config.
-rw-r--r--dotfiles/.emacs.d/init.el13
1 files changed, 0 insertions, 13 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el
index afdb6b4..804e25f 100644
--- a/dotfiles/.emacs.d/init.el
+++ b/dotfiles/.emacs.d/init.el
@@ -389,19 +389,6 @@ indentation."
;;;
-;;; RSS
-;;;
-
-(use-package elfeed
- :bind (("C-c f" . elfeed))
- :custom (elfeed-feeds
- '("http://planet.gnu.org/rss20.xml"
- "http://cs.worcester.edu/blog/feed/"
- "https://hacks.mozilla.org/feed/"
- "http://ebb.org/bkuhn/blog/rss.xml")))
-
-
-;;;
;;; GPG
;;;