Add elfeed package

This commit is contained in:
Tom Willemse 2016-04-13 12:38:57 +02:00
parent 3224f0021e
commit d58a326ee5

View file

@ -1769,6 +1769,20 @@
(define-key emmet-mode-keymap (kbd "RET") #'emmet-expand-line)) (define-key emmet-mode-keymap (kbd "RET") #'emmet-expand-line))
#+END_SRC #+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 * Final touches
These options and calls need to come last so they don't interfere These options and calls need to come last so they don't interfere