Adding elfeed to config

This commit is contained in:
Derek Taylor
2023-08-22 20:24:06 -05:00
parent 761127be9c
commit a896ac544e

View File

@@ -165,7 +165,7 @@ This package implements hiding or abbreviation of the modeline displays (lighter
#+end_src
* ELFEED
An RSS newsfeed reader for Emacs.
An RSS newsfeed reader for Emacs. Move through the articles with 'j/k'. Move through the stories with 'CTRL j/k' when in other frame.
#+begin_src emacs-lisp
(use-package elfeed
@@ -200,6 +200,8 @@ An RSS newsfeed reader for Emacs.
#+end_src
#+RESULTS:
* EVIL
[[https://github.com/emacs-evil/evil][Evil]] is an extensible vi/vim layer for Emacs. Because...let's face it. The Vim keybindings are just plain better.