From d58a326ee546c73ed414cd67bb9bebcfbd61a1fb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Apr 2016 12:38:57 +0200 Subject: Add elfeed package --- emacs/.emacs.d/init.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index d3c11d9..ba850f8 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1769,6 +1769,20 @@ (define-key emmet-mode-keymap (kbd "RET") #'emmet-expand-line)) #+END_SRC +* Applications + + Emacs has a number of packages that are basically applications + within Emacs. These are the ones I use or have used in the past, and + may again use in the future. + +** Elfeed + + #+BEGIN_SRC emacs-lisp + (use-package elfeed + :ensure t + :defer t) + #+END_SRC + * Final touches These options and calls need to come last so they don't interfere -- cgit v1.2.3-54-g00ecf