diff options
-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 ;;; |