itll be fixed probably

This commit is contained in:
Sakooooo 2024-02-20 22:20:07 +04:00
parent 93802a5f7b
commit 133123bcf3
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -1228,7 +1228,6 @@ 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)
@ -1264,7 +1263,6 @@ 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