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