Add elfeed package
This commit is contained in:
parent
3224f0021e
commit
d58a326ee5
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue