summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-04-13 12:38:57 +0200
committerGravatar Tom Willemse2016-04-13 12:38:57 +0200
commitd58a326ee546c73ed414cd67bb9bebcfbd61a1fb (patch)
tree11a289fbbaec4d98612cae0f6ab96f2d20418e93
parent3224f0021ebaee0efc7fe518d82620e4e0462c57 (diff)
downloaddotfiles-d58a326ee546c73ed414cd67bb9bebcfbd61a1fb.tar.gz
dotfiles-d58a326ee546c73ed414cd67bb9bebcfbd61a1fb.zip
Add elfeed package
-rw-r--r--emacs/.emacs.d/init.org14
1 files changed, 14 insertions, 0 deletions
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