ca;; ,e radio ehad
This commit is contained in:
parent
68427bd655
commit
b3d81b25cf
1 changed files with 2 additions and 0 deletions
|
@ -1199,6 +1199,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
|
||||||
#+end_src
|
#+end_src
|
||||||
** RSS Reader
|
** RSS Reader
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
(when eq system-type 'gnu/linux
|
||||||
(use-package elfeed
|
(use-package elfeed
|
||||||
:config
|
:config
|
||||||
(setq elfeed-use-curl t)
|
(setq elfeed-use-curl t)
|
||||||
|
@ -1234,6 +1235,7 @@ Dired is a built-in file manager for Emacs that does some pretty amazing things!
|
||||||
(elfeed-update))))
|
(elfeed-update))))
|
||||||
|
|
||||||
(add-hook 'emacs-startup-hook (elfeed-update))
|
(add-hook 'emacs-startup-hook (elfeed-update))
|
||||||
|
)
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Telegram
|
** Telegram
|
||||||
|
|
Loading…
Reference in a new issue