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
|
||||
** RSS Reader
|
||||
#+begin_src emacs-lisp
|
||||
(when eq system-type 'gnu/linux
|
||||
(use-package elfeed
|
||||
:config
|
||||
(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))))
|
||||
|
||||
(add-hook 'emacs-startup-hook (elfeed-update))
|
||||
)
|
||||
|
||||
#+end_src
|
||||
** Telegram
|
||||
|
|
Loading…
Reference in a new issue