Elfeed
This commit is contained in:
parent
a9095c58d9
commit
e4bd618a99
2 changed files with 13 additions and 0 deletions
10
emacs/custom/elfeed.el
Normal file
10
emacs/custom/elfeed.el
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
(use-package elfeed
|
||||||
|
:init
|
||||||
|
(setq elfeed-feeds '("https://theathletic.com/rss-feed/")))
|
||||||
|
|
||||||
|
(use-package elfeed-goodies
|
||||||
|
:after (elfeed)
|
||||||
|
:init
|
||||||
|
(elfeed-goodies/setup))
|
||||||
|
|
||||||
|
(provide 'elfeed)
|
|
@ -429,6 +429,9 @@
|
||||||
(if (file-directory-p "~/.emacs.d/custom")
|
(if (file-directory-p "~/.emacs.d/custom")
|
||||||
(require 'lsp))
|
(require 'lsp))
|
||||||
|
|
||||||
|
(if (file-directory-p "~/.emacs.d/custom")
|
||||||
|
(require 'elfeed))
|
||||||
|
|
||||||
(progn
|
(progn
|
||||||
(setq whitespace-style '(face spaces tabs newline space-mark tab-mark newline-mark))
|
(setq whitespace-style '(face spaces tabs newline space-mark tab-mark newline-mark))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue