diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-03-22 11:23:42 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-03-22 11:23:42 -0400 |
commit | 1a7bac64ae8729197fc07afa851bcce0bc44e979 (patch) | |
tree | f522d696cd16aae16d4858f45c3e2e13cb3e552b | |
parent | 05b94245389b7842f61dbb22db18cb85bd22621a (diff) |
emacs: Remove unused RSS reader config.
-rw-r--r-- | dotfiles/.emacs.d/init.el | 13 |
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 ;;; |