diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 8b195a4..27ac746 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -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.