itll be fixed probably
This commit is contained in:
parent
93802a5f7b
commit
133123bcf3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue