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