ca;; ,e radio ehad

This commit is contained in:
Sakooooo 2024-01-13 17:32:31 +04:00
parent 68427bd655
commit b3d81b25cf
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -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